From 9fcf2543b4af13af6b2941ff9a4bd6d0f9e4e44c Mon Sep 17 00:00:00 2001 From: Carlos Rodriguez Date: Tue, 22 Feb 2022 22:58:29 +0100 Subject: [PATCH] add backport actions for v1.3.x and v2.1.x (#958) --- .github/mergify.yml | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/.github/mergify.yml b/.github/mergify.yml index 83b6f2d771c..5d1dca08360 100644 --- a/.github/mergify.yml +++ b/.github/mergify.yml @@ -26,7 +26,7 @@ pull_request_rules: backport: branches: - release/v1.1.x - - name: backport patches to v1.2x branch + - name: backport patches to v1.2.x branch conditions: - base=main - label=backport-to-v1.2.x @@ -34,6 +34,14 @@ pull_request_rules: backport: branches: - release/v1.2.x + - name: backport patches to v1.3.x branch + conditions: + - base=main + - label=backport-to-v1.3.x + actions: + backport: + branches: + - release/v1.3.x - name: backport patches to v2.0.x branch conditions: - base=main @@ -42,6 +50,14 @@ pull_request_rules: backport: branches: - release/v2.0.x + - name: backport patches to v2.1.x branch + conditions: + - base=main + - label=backport-to-v2.1.x + actions: + backport: + branches: + - release/v2.1.x - name: backport patches to v3.0.x branch conditions: - base=main @@ -49,4 +65,4 @@ pull_request_rules: actions: backport: branches: - - release/v3.0.x \ No newline at end of file + - release/v3.0.x