mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-22 14:20:19 +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:
|
branches:
|
||||||
- release-v3.8
|
- 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
|
- name: remove outdated approvals on ci/centos
|
||||||
conditions:
|
conditions:
|
||||||
- base=ci/centos
|
- base=ci/centos
|
||||||
|
Loading…
Reference in New Issue
Block a user