Apply pull request labels from the shared CI config.
jobs:
pr-labels:
uses: athackst/ci/.github/workflows/labeler.yml@main
secrets:
token: $
| Name | Description | Required |
|---|---|---|
token |
Token used to resolve config and apply PR labels. | No |
pull-requests: write to add labels.contents: read to resolve the shared config..github/ci-config.yml first and tolerates missing config resolution with continue-on-error.pr-labeler composite action.