Skip to content

Commit

Permalink
mergify: remove unnecessary conditions (#4501)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikgrinaker authored Feb 28, 2020
1 parent 6c9e9b2 commit d1f7ef6
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
@@ -1,8 +1,6 @@
pull_request_rules:
- name: automatic merge for master when CI passes and 1 reviews and has label S:automerge
- name: automerge to master with label S:automerge and branch protection passing
conditions:
- "#approved-reviews-by>=1"
- "status-success=ci/circleci - Pull Request"
- base=master
- label=S:automerge
actions:
Expand Down

0 comments on commit d1f7ef6

Please sign in to comment.