From fa43d466ae0aecf7a9ec597696e956be9feb1061 Mon Sep 17 00:00:00 2001 From: Carlos Rodriguez Date: Tue, 8 Mar 2022 14:20:20 +0100 Subject: [PATCH] add backport rules for v1.4.x and v2.2.x --- .github/mergify.yml | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/.github/mergify.yml b/.github/mergify.yml index 5d1dca08360..70c3828d03f 100644 --- a/.github/mergify.yml +++ b/.github/mergify.yml @@ -42,6 +42,14 @@ pull_request_rules: backport: branches: - release/v1.3.x + - name: backport patches to v1.4.x branch + conditions: + - base=main + - label=backport-to-v1.4.x + actions: + backport: + branches: + - release/v1.4.x - name: backport patches to v2.0.x branch conditions: - base=main @@ -57,7 +65,15 @@ pull_request_rules: actions: backport: branches: - - release/v2.1.x + - release/v2.1.x + - name: backport patches to v2.2.x branch + conditions: + - base=main + - label=backport-to-v2.2.x + actions: + backport: + branches: + - release/v2.2.x - name: backport patches to v3.0.x branch conditions: - base=main