From 7a94374ca70ea97cef9a2e4ce9179d237534bf00 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 09:23:35 +0100 Subject: [PATCH] [Release] add-backport-next (#6099) (#6104) Co-authored-by: elasticmachine (cherry picked from commit 4bec23e402b05c7ecefc0461c053d996ca042a1e) Co-authored-by: elastic-vault-github-plugin-prod[bot] <150874479+elastic-vault-github-plugin-prod[bot]@users.noreply.github.com> --- .mergify.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.mergify.yml b/.mergify.yml index d6989cc2188..cb7f38bbcfc 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -358,3 +358,16 @@ pull_request_rules: labels: - "backport" title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}" + - name: backport patches to 8.17 branch + conditions: + - merged + - label=backport-8.17 + actions: + backport: + assignees: + - "{{ author }}" + branches: + - "8.17" + labels: + - "backport" + title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}"