From 7a00bb039154d8b4ec239da469c01c9cfd5a1b76 Mon Sep 17 00:00:00 2001 From: Elastic Machine Date: Wed, 13 Dec 2023 00:57:16 +1100 Subject: [PATCH] [Release] add-backport-next (#3146) Co-authored-by: Julien Lind --- .mergify.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.mergify.yml b/.mergify.yml index f42034281..1066afae8 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -194,3 +194,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 }}"