Skip to content

Commit

Permalink
chore(mergify): remove once-only label requirement (#4051)
Browse files Browse the repository at this point in the history
After mergify update, no longer requires a blocking label for one comment only
  • Loading branch information
NGL321 committed Sep 13, 2019
1 parent d76999c commit 7ce4d99
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ pull_request_rules:
- status-success=AWS CodeBuild us-east-1 (aws-cdk-build)
- name: comment checklist
actions:
label:
add: [ automerge-enabled ]
comment:
message: |
Thanks so much for taking the time to contribute to the AWS CDK ❤️
Expand All @@ -65,7 +63,6 @@ pull_request_rules:
conditions:
- author!=dependabot[bot]
- author!=dependabot-preview[bot]
- -label~=^(automerge-enabled)
- base=master
- name: comment on CI fail
actions:
Expand Down

0 comments on commit 7ce4d99

Please sign in to comment.