From 9cf1e77f96180314e7ebad2b7b34b3cdaa69f983 Mon Sep 17 00:00:00 2001 From: Elastic Machine Date: Thu, 7 Dec 2023 02:26:42 +1100 Subject: [PATCH] [Release] add-backport-next (#37305) --- .mergify.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.mergify.yml b/.mergify.yml index 91a9b9407044..b354e1239671 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -289,3 +289,16 @@ pull_request_rules: labels: - "backport" title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}" + - name: backport patches to 8.12 branch + conditions: + - merged + - label=backport-v8.12.0 + actions: + backport: + assignees: + - "{{ author }}" + branches: + - "8.12" + labels: + - "backport" + title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}"