From a4f833830ed205bb27c1247a6ad3703d7bf9b68c Mon Sep 17 00:00:00 2001 From: Elastic Machine Date: Wed, 4 Oct 2023 12:22:29 -0500 Subject: [PATCH] [Release] add-backport-next (#36740) --- .mergify.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.mergify.yml b/.mergify.yml index 34d48d228d1..91a9b940704 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -276,3 +276,16 @@ pull_request_rules: labels: - "backport" title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}" + - name: backport patches to 8.11 branch + conditions: + - merged + - label=backport-v8.11.0 + actions: + backport: + assignees: + - "{{ author }}" + branches: + - "8.11" + labels: + - "backport" + title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}"