Skip to content

Commit

Permalink
chore(mergify): adapt regex to renamed "do-not-merge" label (#4061)
Browse files Browse the repository at this point in the history
The "do-not-merge" label has been renamed, but the Mergify
config wasn't updated to match.
  • Loading branch information
rix0rrr committed Sep 16, 2019
1 parent 43dc7d0 commit 6ca23f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pull_request_rules:
- author!=dependabot[bot]
- author!=dependabot-preview[bot]
- -title~=(WIP|wip)
- -label~=^(blocked|do-not-merge)
- -label~=(blocked|do-not-merge)
- -merged
- -closed
- "#approved-reviews-by>=1"
Expand Down

0 comments on commit 6ca23f9

Please sign in to comment.