From 6fe746a2baa371c7837dc31f326131e6fb477b05 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) --- .mergify.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.mergify.yml b/.mergify.yml index e43e154fe..3294c6d55 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -238,6 +238,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