Browse Source

tool: add Mergify (#4490)

pull/4501/head
Marko 4 years ago
committed by GitHub
parent
commit
6c9e9b2b93
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions
  1. +10
    -0
      .mergify.yml

+ 10
- 0
.mergify.yml View File

@ -0,0 +1,10 @@
pull_request_rules:
- name: automatic merge for master when CI passes and 1 reviews and has label S:automerge
conditions:
- "#approved-reviews-by>=1"
- "status-success=ci/circleci - Pull Request"
- base=master
- label=S:automerge
actions:
merge:
method: squash

Loading…
Cancel
Save