mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-12-18 11:00:25 +00:00
add mergify as a merge engine
From now on, each PR will be merged automatically if: * there is no DNM label on the PR AND * the PR has at least one approuval AND * the travis CI successfully passed Closes: https://github.com/ceph/ceph-csi/issues/154 Signed-off-by: Sébastien Han <seb@redhat.com>
This commit is contained in:
parent
b9a9840ae5
commit
f9b009b32f
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