PR Labeler Action
ActionsTags
(2)GitHub Action that labels a PR based on the source branch name prefix
Required A JSON formatted object that maps branch name prefixes to label names.
Default '{"enhancement/":"enhancement","bug/":"bug"}'
uses: ynab/pr-labeler-action@v1
with:
branch_label_mappings: >-
{
"enhancement/":"enhancement",
"bug/":"bug"
}PR Labeler Action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.