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:
Rakshith R 2023-06-26 20:26:07 +05:30 committed by Rakshith R
parent d4fc23ece0
commit 46fbc4868d

View File

@ -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