mirror of https://github.com/ceph/ceph-ansible.git
mergify: remove merge on skip ci
This rule will probably never be applyied and at the moment this is creating a cancelled job in the CI status. Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>pull/5406/head
parent
3f906e0c26
commit
2f17f36638
12
.mergify.yml
12
.mergify.yml
|
@ -1,16 +1,4 @@
|
|||
pull_request_rules:
|
||||
- name: automatic merge on skip ci
|
||||
conditions:
|
||||
- label!=DNM
|
||||
- title~=\[skip ci\]
|
||||
- '#approved-reviews-by>=2'
|
||||
actions:
|
||||
merge:
|
||||
method: rebase
|
||||
rebase_fallback: merge
|
||||
strict: smart
|
||||
dismiss_reviews: {}
|
||||
delete_head_branch: {}
|
||||
# Backports
|
||||
- actions:
|
||||
backport:
|
||||
|
|
Loading…
Reference in New Issue