mirror of https://github.com/ecmwf/eccodes.git
Add workflow to manage public PR labels
This commit is contained in:
parent
1dfa419c44
commit
1658debfe8
|
@ -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
|
Loading…
Reference in New Issue