mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-22 06:10:22 +00:00
ci: add mergify rules for release-v3.9
This commit adds mergify rules to backport PR to release-v3.9 branch. Signed-off-by: Rakshith R <rar@redhat.com>
This commit is contained in:
parent
d4fc23ece0
commit
46fbc4868d
@ -200,6 +200,15 @@ pull_request_rules:
|
||||
branches:
|
||||
- release-v3.8
|
||||
|
||||
- name: backport patches to release-v3.9 branch
|
||||
conditions:
|
||||
- base=devel
|
||||
- label=backport-to-release-v3.9
|
||||
actions:
|
||||
backport:
|
||||
branches:
|
||||
- release-v3.9
|
||||
|
||||
- name: remove outdated approvals on ci/centos
|
||||
conditions:
|
||||
- base=ci/centos
|
||||
|
Loading…
Reference in New Issue
Block a user