chore: setup mergify

This commit is contained in:
Thomas Vigouroux 2021-07-18 17:48:08 +02:00
parent 419153c1f1
commit ae08fd007c

10
.github/mergify.yml vendored Normal file
View file

@ -0,0 +1,10 @@
pull_request_rules:
- name: Automatic merge on approval
conditions:
- and:
- "-draft"
- "#check-failure=0"
- "#approved-reviews-by>=1"
actions:
queue:
method: rebase