Skip to content

Commit

Permalink
fix(ci): add "do-not-merge" label auto-merge block (aws#3553)
Browse files Browse the repository at this point in the history
Added functionality to block automatic merging with mergify using a `do-not-merge` label
  • Loading branch information
NGL321 authored Aug 6, 2019
1 parent ebaa1b5 commit 0c806a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ pull_request_rules:
- -closed
- -locked
- -label=blocked
- -label=do-not-merge
- "#approved-reviews-by>=1"
- "#changes-requested-reviews-by=0"
- status-success=AWS CodeBuild us-east-1 (aws-cdk-build)
Expand Down

0 comments on commit 0c806a6

Please sign in to comment.