Browse Source

mergify: remove unnecessary conditions (#4501)

pull/4502/head
Erik Grinaker 4 years ago
committed by GitHub
parent
commit
d1f7ef673c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions
  1. +1
    -3
      .mergify.yml

+ 1
- 3
.mergify.yml View File

@ -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:


Loading…
Cancel
Save