From f11ac7a9d4fbb0b29d2c21ca7ed89c6f8638ebf0 Mon Sep 17 00:00:00 2001 From: Carlos Rodriguez Date: Tue, 23 Jul 2024 22:14:43 +0200 Subject: [PATCH] chore: mergify for v7.7.x and v8.4.x (#6917) --- .github/mergify.yml | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/.github/mergify.yml b/.github/mergify.yml index cbc0334007f..d0209883bd2 100644 --- a/.github/mergify.yml +++ b/.github/mergify.yml @@ -113,7 +113,15 @@ pull_request_rules: actions: backport: branches: - - release/v7.6.x + - release/v7.6.x + - name: backport patches to v7.7.x branch + conditions: + - base=main + - label=backport-to-v7.7.x + actions: + backport: + branches: + - release/v7.7.x - name: backport patches to v8.2.x branch conditions: - base=main @@ -130,6 +138,14 @@ pull_request_rules: backport: branches: - release/v8.3.x + - name: backport patches to v8.4.x branch + conditions: + - base=main + - label=backport-to-v8.4.x + actions: + backport: + branches: + - release/v8.4.x - name: backport patches to v9.0.x branch conditions: - base=main