Skip to content

Commit

Permalink
Simplify automerge label removal condition
Browse files Browse the repository at this point in the history
  • Loading branch information
mvines committed Jun 15, 2020
1 parent 335f5f3 commit 74c7dce
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,14 @@ pull_request_rules:
strict: true
- name: remove automerge label on CI failure
conditions:
- status-failure=continuous-integration/travis-ci/pr
- label=automerge
- status-success=ci-gate
- "#status-failure!=0"
actions:
label:
remove:
- automerge
comment:
message: automerge label removed due to CI failure status
message: automerge label removed due to a CI failure
- name: remove outdated reviews
conditions:
- base=master
Expand Down

0 comments on commit 74c7dce

Please sign in to comment.