Skip to content

PR Labeler Action

Actions

About

GitHub Action that labels a PR based on the source branch name
v1
Latest
By ynab
Star (0)

PR Labeler GitHub Action

GitHub Action that labels a PR based on the source branch name prefix

Inputs

branch_label_mappings

Required A JSON formatted object that maps branch name prefixes to label names.

Default '{"enhancement/":"enhancement","bug/":"bug"}'

Example usage

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.

About

GitHub Action that labels a PR based on the source branch name
v1
Latest
By ynab

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.