mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
ci: modify mergifyio rules for new release-v3.10
This commit adds support for v3.10 backports and removes support for v3.8 backports. Signed-off-by: Rakshith R <rar@redhat.com>
This commit is contained in:
parent
788b6629ec
commit
58b74a29e4
18
.mergify.yml
18
.mergify.yml
@ -284,15 +284,6 @@ pull_request_rules:
|
||||
name: default
|
||||
delete_head_branch: {}
|
||||
|
||||
- name: backport patches to release-v3.8 branch
|
||||
conditions:
|
||||
- base=devel
|
||||
- label=backport-to-release-v3.8
|
||||
actions:
|
||||
backport:
|
||||
branches:
|
||||
- release-v3.8
|
||||
|
||||
- name: backport patches to release-v3.9 branch
|
||||
conditions:
|
||||
- base=devel
|
||||
@ -302,6 +293,15 @@ pull_request_rules:
|
||||
branches:
|
||||
- release-v3.9
|
||||
|
||||
- name: backport patches to release-v3.10 branch
|
||||
conditions:
|
||||
- base=devel
|
||||
- label=backport-to-release-v3.10
|
||||
actions:
|
||||
backport:
|
||||
branches:
|
||||
- release-v3.10
|
||||
|
||||
- name: remove outdated approvals on ci/centos
|
||||
conditions:
|
||||
- base=ci/centos
|
||||
|
Loading…
Reference in New Issue
Block a user