eccodes/.github/workflows/label-public-pr.yml

11 lines
235 B
YAML
Raw Normal View History

2023-03-23 13:48:03 +00:00
# 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