File: label-public-pr.yml

package info (click to toggle)
eccodes-python 2%3A2.45.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,048 kB
  • sloc: python: 7,752; ansic: 280; sh: 94; makefile: 81; cpp: 30
file content (10 lines) | stat: -rw-r--r-- 227 bytes parent folder | download | duplicates (16)
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