Add workflow to manage public PR labels

This commit is contained in:
Dusan Figala 2023-03-07 11:21:25 +01:00 committed by Daniel Tipping
parent 1dfa419c44
commit 1658debfe8
1 changed files with 10 additions and 0 deletions

10
.github/workflows/label-public-pr.yml vendored Normal file
View File

@ -0,0 +1,10 @@
# Manage labels of pull requests that originate from forks
name: label-public-pr
on:
pull_request_target:
types: [opened, synchronize]
jobs:
label:
uses: ecmwf-actions/reusable-workflows/.github/workflows/label-pr.yml@v2