From d1279f1bdfdcb6465b9430f7dde533eaa28c1311 Mon Sep 17 00:00:00 2001 From: MSalopek Date: Fri, 5 Jul 2024 15:23:28 +0200 Subject: [PATCH] chore: update bots configs (mergify) (#3192) --- .mergify.yml | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/.mergify.yml b/.mergify.yml index d3ebbbca751..a7110246008 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -24,14 +24,14 @@ pull_request_rules: {{ title }} (#{{ number }}) {{ body }} - - name: Backport patches to the release/v17.2.x branch + - name: Backport patches to the release/v17.3.x branch conditions: - base=main - - label=A:backport/v17.2.x + - label=A:backport/v17.3.x actions: backport: branches: - - release/v17.2.x + - release/v17.3.x - name: Backport patches to the release/v18.x branch conditions: @@ -41,3 +41,12 @@ pull_request_rules: backport: branches: - release/v18.x + + - name: Backport patches to the release/v18.1.x branch + conditions: + - base=main + - label=A:backport/v18.1.x + actions: + backport: + branches: + - release/v18.1.x