mirror of
https://github.com/tendermint/tendermint.git
synced 2026-04-22 16:50:32 +00:00
tool: add Mergify (#4490)
This commit is contained in:
10
.mergify.yml
Normal file
10
.mergify.yml
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user