PR Labeler¶
pr_labeler.yml applies pull request labels from .github/ci-config.yml.
Generated When¶
Always generated.
Runs On¶
pull_request_target
Calls¶
See labeler.yml for the reusable workflow
contract.
Permissions¶
contents: readto resolve.github/ci-config.yml.pull-requests: writeto apply PR labels.
Behavior¶
- Uses the shared CI config as the labeler source.
- Routes secret-requiring label writes through
pull_request_target. - Uses
secrets.CI_BOT_TOKENas the reusable workflowtokensecret. - The reusable workflow resolves configuration and delegates matching to the
pr-labelercomposite action.