Create .mergify.yml

This commit is contained in:
Ivan Blinkov 2020-02-26 23:25:18 +03:00 committed by GitHub
parent 25e26f0029
commit 6a1f98afbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

9
.mergify.yml Normal file
View File

@ -0,0 +1,9 @@
pull_request_rules:
- name: Automatic merge on approval
conditions:
- "#approved-reviews-by>=1"
- "status-success~=.*"
- "base=master"
actions:
merge:
method: merge