Marko
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
10 additions and
0 deletions
-
.mergify.yml
|
|
@ -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 |