From 047e5078b7c07f3339633b64f679cd6f42ec0e12 Mon Sep 17 00:00:00 2001 From: Rakshith R Date: Mon, 26 Jun 2023 20:26:07 +0530 Subject: [PATCH 1/2] 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 --- .mergify.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.mergify.yml b/.mergify.yml index 4cf2cbc9e39..5c223f23980 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -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 From 9f108352ae292d75f80b5dcea4a2f18b330380c5 Mon Sep 17 00:00:00 2001 From: Rakshith R Date: Mon, 26 Jun 2023 20:26:47 +0530 Subject: [PATCH 2/2] ci: remove mergify rules for release-v3.7 This commit removes mergify rules to backport PR to release-v3.7 branch. Signed-off-by: Rakshith R --- .mergify.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.mergify.yml b/.mergify.yml index 5c223f23980..c3b5e266ea0 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -182,15 +182,6 @@ pull_request_rules: name: default delete_head_branch: {} - - name: backport patches to release-v3.7 branch - conditions: - - base=devel - - label=backport-to-release-v3.7 - actions: - backport: - branches: - - release-v3.7 - - name: backport patches to release-v3.8 branch conditions: - base=devel