From 16218bfa23468dbadb1d1345fa64013b19ebe765 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Thu, 18 Apr 2024 12:02:17 -0400 Subject: [PATCH] [Release] add-backport-next (#39030) (#39038) (cherry picked from commit 40b1d703c95b617f1c5cc2f2f723eb6933edd394) Co-authored-by: Elastic Machine --- .mergify.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.mergify.yml b/.mergify.yml index 9a4af7509035..5ab78c46dada 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -315,3 +315,16 @@ pull_request_rules: labels: - "backport" title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}" + - name: backport patches to 8.14 branch + conditions: + - merged + - label=backport-v8.14.0 + actions: + backport: + assignees: + - "{{ author }}" + branches: + - "8.14" + labels: + - "backport" + title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}"