mirror of https://github.com/ceph/ceph-ansible.git
mergify: disable automatic merging on master
automatic merging by mergify is failing for a while now. Until we can figure out what's wrong, let's disable it on master for now so we don't merge "failing" PRs although they passed all scenarios. Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>pull/4344/head
parent
c49b8d04c7
commit
a08f5f2ea2
12
.mergify.yml
12
.mergify.yml
|
@ -1,16 +1,4 @@
|
||||||
pull_request_rules:
|
pull_request_rules:
|
||||||
- name: automatic merge
|
|
||||||
conditions:
|
|
||||||
- label!=DNM
|
|
||||||
- '#approved-reviews-by>=1'
|
|
||||||
- 'status-success=Testing: ceph-ansible PR Pipeline'
|
|
||||||
actions:
|
|
||||||
merge:
|
|
||||||
method: rebase
|
|
||||||
rebase_fallback: merge
|
|
||||||
strict: smart
|
|
||||||
dismiss_reviews: {}
|
|
||||||
delete_head_branch: {}
|
|
||||||
- name: automatic merge on skip ci
|
- name: automatic merge on skip ci
|
||||||
conditions:
|
conditions:
|
||||||
- label!=DNM
|
- label!=DNM
|
||||||
|
|
Loading…
Reference in New Issue