mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
Merge pull request #155 from ceph/add-mergify
add mergify as a merge engine
This commit is contained in:
commit
8baae02f8e
13
.mergify.yml
Normal file
13
.mergify.yml
Normal file
@ -0,0 +1,13 @@
|
||||
pull_request_rules:
|
||||
- name: automatic merge
|
||||
conditions:
|
||||
- label!=DNM
|
||||
- '#approved-reviews-by>=1'
|
||||
- 'status-success=continuous-integration/travis-ci/pr'
|
||||
actions:
|
||||
merge:
|
||||
method: rebase
|
||||
rebase_fallback: merge
|
||||
strict: smart
|
||||
dismiss_reviews: {}
|
||||
delete_head_branch: {}
|
Loading…
Reference in New Issue
Block a user