PR Label Enfoce

Enforce certain labels on a PR before you can merge by using status checks
Screenshot of PR Label Enfoce app
Screenshot of PR Label Enfoce app
Screenshot of PR Label Enfoce app

Repository

fossapps/pr_label_enforcer

Authors

cyberhck

Updated

March 1, 2023

If you want to require certain labels before your PR can be merged, just enable this bot and add a config file under at .github/pr_labels.yml here's a sample config file:

version: '1'
invalidStatus: "pending"
labelRule:
  endsWith:
    - "g"
  values:
    - "bug"
    - "enhancement"

Get occasional updates on new apps & features.

Star

with by the Probot community

Code licensed ISC Docs licensed CC-BY-4.0