From c255953976806ddd4a675ecb974ff015adb52669 Mon Sep 17 00:00:00 2001 From: Shaunak Kashyap Date: Wed, 16 Oct 2024 23:42:33 -0700 Subject: [PATCH] [Release] Modify mergify config for backporting to 8.16 branch (#4014) (cherry picked from commit 6fe746a2baa371c7837dc31f326131e6fb477b05) --- .mergify.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.mergify.yml b/.mergify.yml index f5dca1950..fd583d702 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -246,6 +246,19 @@ pull_request_rules: labels: - "backport" title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}" + - name: backport patches to 8.16 branch + conditions: + - merged + - label~=^(backport-v8.16.0|backport-8.16)$ + actions: + backport: + assignees: + - "{{ author }}" + branches: + - "8.16" + labels: + - "backport" + title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}" - name: backport patches to 8.x branch conditions: - merged