From 7d181821314d4bc6d0f8a5b885f293f5b975aed0 Mon Sep 17 00:00:00 2001 From: Carlos Rodriguez Date: Tue, 5 Jul 2022 10:49:18 +0200 Subject: [PATCH] update mergify.yml with new release branches (#1654) --- .github/mergify.yml | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/.github/mergify.yml b/.github/mergify.yml index 6f6464653e1..2dfc4653a7d 100644 --- a/.github/mergify.yml +++ b/.github/mergify.yml @@ -41,7 +41,15 @@ pull_request_rules: actions: backport: branches: - - release/v2.3.x + - release/v2.3.x + - name: backport patches to v2.4.x branch + conditions: + - base=main + - label=backport-to-v2.4.x + actions: + backport: + branches: + - release/v2.4.x - name: backport patches to v3.0.x branch conditions: - base=main @@ -58,6 +66,14 @@ pull_request_rules: backport: branches: - release/v3.1.x + - name: backport patches to v3.2.x branch + conditions: + - base=main + - label=backport-to-v3.2.x + actions: + backport: + branches: + - release/v3.2.x - name: backport patches to v4.0.x branch conditions: - base=main