mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-12-18 11:00:25 +00:00
ci: automatically merge PRs in ci/centos
Merge PRs for the ci/centos branch when they have sufficient approvals and the tests have passed. Using the same rules as the master branch. Signed-off-by: Niels de Vos <ndevos@redhat.com>
This commit is contained in:
parent
18af27c984
commit
ea3d9e941f
40
.mergify.yml
40
.mergify.yml
@ -123,3 +123,43 @@ pull_request_rules:
|
|||||||
strict: smart
|
strict: smart
|
||||||
dismiss_reviews: {}
|
dismiss_reviews: {}
|
||||||
delete_head_branch: {}
|
delete_head_branch: {}
|
||||||
|
- name: remove outdated approvals on ci/centos
|
||||||
|
conditions:
|
||||||
|
- base=ci/centos
|
||||||
|
actions:
|
||||||
|
dismiss_reviews:
|
||||||
|
approved: true
|
||||||
|
changes_requested: false
|
||||||
|
- name: automatic merge on ci/centos
|
||||||
|
conditions:
|
||||||
|
- label!=DNM
|
||||||
|
- base=ci/centos
|
||||||
|
- "#approved-reviews-by>=2"
|
||||||
|
- "#changes-requested-reviews-by=0"
|
||||||
|
- "status-success=ci/centos/job-validation"
|
||||||
|
- "status-success=DCO"
|
||||||
|
- "status-success=commitlint"
|
||||||
|
actions:
|
||||||
|
merge:
|
||||||
|
method: rebase
|
||||||
|
rebase_fallback: merge
|
||||||
|
strict: smart
|
||||||
|
dismiss_reviews: {}
|
||||||
|
delete_head_branch: {}
|
||||||
|
- name: automatic merge PR having ready-to-merge label on ci/centos
|
||||||
|
conditions:
|
||||||
|
- label!=DNM
|
||||||
|
- label=ready-to-merge
|
||||||
|
- base=ci/centos
|
||||||
|
- "#approved-reviews-by>=1"
|
||||||
|
- "#changes-requested-reviews-by=0"
|
||||||
|
- "status-success=ci/centos/job-validation"
|
||||||
|
- "status-success=DCO"
|
||||||
|
- "status-success=commitlint"
|
||||||
|
actions:
|
||||||
|
merge:
|
||||||
|
method: rebase
|
||||||
|
rebase_fallback: merge
|
||||||
|
strict: smart
|
||||||
|
dismiss_reviews: {}
|
||||||
|
delete_head_branch: {}
|
||||||
|
Loading…
Reference in New Issue
Block a user