From 0ae72e0096cd96f10a3cfd472c05243268f53ef5 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Wed, 16 Aug 2023 10:05:33 -0700 Subject: [PATCH] [Release] add-backport-next (#36339) (#36346) (cherry picked from commit 9baefeedaaae42a724344dd843242e650853180c) Co-authored-by: Elastic Machine --- .mergify.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.mergify.yml b/.mergify.yml index e0ce720375e..34d48d228d1 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -263,3 +263,16 @@ pull_request_rules: labels: - "backport" title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}" + - name: backport patches to 8.10 branch + conditions: + - merged + - label=backport-v8.10.0 + actions: + backport: + assignees: + - "{{ author }}" + branches: + - "8.10" + labels: + - "backport" + title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}"