mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
ci: add mergify rule for 3.6 backport
added mergify rules to create the backport PR for release-3.6 branch. Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
parent
2bb5ca9dbc
commit
1b52256a22
@ -256,6 +256,14 @@ pull_request_rules:
|
||||
queue:
|
||||
name: default
|
||||
delete_head_branch: {}
|
||||
- name: backport patches to release-v3.6 branch
|
||||
conditions:
|
||||
- base=devel
|
||||
- label=backport-to-release-v3.6
|
||||
actions:
|
||||
backport:
|
||||
branches:
|
||||
- release-v3.6
|
||||
- name: remove outdated approvals on ci/centos
|
||||
conditions:
|
||||
- base=ci/centos
|
||||
|
Loading…
Reference in New Issue
Block a user