Skip to content

Commit

Permalink
chore: add revert label check (#14853)
Browse files Browse the repository at this point in the history
  • Loading branch information
Radeity authored Sep 5, 2023
1 parent 974d700 commit 6406243
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/mergeable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ mergeable:
- do: label
and:
- must_include:
regex: 'feature|bug|improvement|document|chore'
message: 'Label must include one of the following: `feature`, `bug`, `improvement`, `document`, `chore`'
regex: 'feature|bug|improvement|document|chore|revert'
message: 'Label must include one of the following: `feature`, `bug`, `improvement`, `document`, `chore`, `revert`'
- must_include:
regex: 'ready-to-merge'
message: 'Please check if there are PRs that already have a `ready-to-merge` label and can be merged, if exists please merge them first.'

0 comments on commit 6406243

Please sign in to comment.