Create .mergify.yml

This commit is contained in:
Paul Chiusano 2019-12-12 15:30:08 -05:00 committed by GitHub
parent e7a7604f51
commit da3b8c6ac1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

8
.mergify.yml Normal file
View File

@ -0,0 +1,8 @@
pull_request_rules:
- name: automatic merge on CI success and review
conditions:
- status-success=continuous-integration/travis-ci/pr
- "#approved-reviews-by>=2"
actions:
merge:
method: merge