mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-17 20:00:23 +00:00
build: add mergify rule for backport PRs in release 3.7 branch
This commit add rule for backporting to release 3.7 branch with label backport-to-release-v3.7 Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
This commit is contained in:
parent
2505c2ad14
commit
7e44e557f0
@ -177,6 +177,14 @@ pull_request_rules:
|
|||||||
backport:
|
backport:
|
||||||
branches:
|
branches:
|
||||||
- release-v3.6
|
- release-v3.6
|
||||||
|
- name: backport patches to release-v3.7 branch
|
||||||
|
conditions:
|
||||||
|
- base=devel
|
||||||
|
- label=backport-to-release-v3.7
|
||||||
|
actions:
|
||||||
|
backport:
|
||||||
|
branches:
|
||||||
|
- release-v3.7
|
||||||
- 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