mirror of
https://github.com/henrydcase/pqc.git
synced 2024-11-22 15:39:07 +00:00
Allow to automatically merge PRs if approved and CI agrees (#234)
This commit is contained in:
parent
4be5e497dc
commit
bdb42f1911
14
.mergify.yml
Normal file
14
.mergify.yml
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
pull_request_rules:
|
||||||
|
- name: Automatic merge
|
||||||
|
conditions:
|
||||||
|
- base=master
|
||||||
|
- "#approved-reviews-by>=1"
|
||||||
|
- "#changes-requested-reviews-by=0"
|
||||||
|
- status-success=Travis CI - Pull Request
|
||||||
|
- status-success=Travis CI - Branch
|
||||||
|
- status-success=continuous-integration/appveyor/branch
|
||||||
|
- status-success=continuous-integration/appveyor/pr
|
||||||
|
- status-success=build
|
||||||
|
actions:
|
||||||
|
merge:
|
||||||
|
strict: smart
|
Loading…
Reference in New Issue
Block a user