From 820dfa3f90db8eb3b768fbe783c3ab37ed56a26e Mon Sep 17 00:00:00 2001 From: billy rennekamp Date: Wed, 2 Nov 2022 17:59:03 +0100 Subject: [PATCH] Add backport for v8 & future v9/v10 --- .mergify.yml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/.mergify.yml b/.mergify.yml index e18968ec11..f8baf2763f 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -26,3 +26,30 @@ pull_request_rules: backport: branches: - release/v7.0.x + + - name: Backport patches to the release/v8.0.x branch + conditions: + - base=main + - label=A:backport/v8.0.x + actions: + backport: + branches: + - release/v8.0.x + + - name: Backport patches to the release/v9.0.x branch + conditions: + - base=main + - label=A:backport/v9.0.x + actions: + backport: + branches: + - release/v9.0.x + + - name: Backport patches to the release/v10.0.x branch + conditions: + - base=main + - label=A:backport/v10.0.x + actions: + backport: + branches: + - release/v10.0.x