PR Labeler¶
Apply pull request labels from the shared CI config.
Usage¶
Permissions¶
- Requires
pull-requests: writeto add labels. - Uses
contents: readto resolve the shared config.
Advanced¶
- Resolves
.github/ci-config.ymlfirst and tolerates missing config resolution withcontinue-on-error. - Delegates the actual labeling logic to the
pr-labelercomposite action. - Adds a workflow summary only when labels were actually added.