File: label-public-pr.yml

package info (click to toggle)
eckit 2.0.2-2
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 11,052 kB
  • sloc: cpp: 111,135; ansic: 2,826; yacc: 590; lex: 361; python: 302; sh: 162; makefile: 54
file content (10 lines) | stat: -rw-r--r-- 227 bytes parent folder | download | duplicates (24)
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/reusable-workflows/.github/workflows/label-pr.yml@v2