From 47fc595ee88d5b3b2375bb284a8f896fb0c980c3 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 16:43:04 +0100 Subject: [PATCH] [Release] add-backport-next (#41706) (#41717) Co-authored-by: elasticmachine (cherry picked from commit a5e40270f39af049d54174aeb0fdec900f133d26) 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 2e85bf5a4aba..ee6798e280d7 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -372,3 +372,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 }}"