summaryrefslogtreecommitdiff
path: root/.github/workflows/label-public-pr.yml
blob: 59b2bfa2b4fd23624ecac4bfb2b75815cf449f21 (plain)
1
2
3
4
5
6
7
8
9
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