From 907b8e9dd059c83ba55780d5453437c207a1c4cc Mon Sep 17 00:00:00 2001 From: Nastasha Solomon <79124755+nastasha-solomon@users.noreply.github.com> Date: Mon, 16 Dec 2024 15:31:08 -0500 Subject: [PATCH] Updates conditions for the 8.0 branch (#6328) --- .mergify.yml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/.mergify.yml b/.mergify.yml index d3ef15588f..a8878f4820 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -260,30 +260,29 @@ pull_request_rules: title: "[{{ destination_branch }}] {{ title }} (backport #{{ number }})" labels: - backport - - name: backport patches to 7.17 branch + - name: backport patches to 8.0 branch conditions: - merged - - label=v7.17.0 + - label=v8.0.0 actions: backport: assignees: - "{{ author }}" branches: - - "7.17" + - "8.0" title: "[{{ destination_branch }}] {{ title }} (backport #{{ number }})" labels: - backport - - name: backport patches to 8.0 branch + - name: backport patches to 7.17 branch conditions: - merged - - base=main - - label=v8.0.0 + - label=v7.17.0 actions: backport: assignees: - "{{ author }}" branches: - - "8.0" + - "7.17" title: "[{{ destination_branch }}] {{ title }} (backport #{{ number }})" labels: - backport