Skip to content

T8144: pullrequest_target updated to include required branches for github policy change #15

T8144: pullrequest_target updated to include required branches for github policy change

T8144: pullrequest_target updated to include required branches for github policy change #15

Workflow file for this run

name: Add pull request labels
on:
pull_request_target:
branches:
- current
- equuleus
- sagitta
- circinus
permissions:
pull-requests: write
contents: read
jobs:
add-pr-label:
uses: vyos/.github/.github/workflows/add-pr-labels.yml@current
secrets: inherit