From 111e78698b42dda9c5c50cf5102021feae87404b Mon Sep 17 00:00:00 2001 From: "elastic-vault-github-plugin-prod[bot]" <150874479+elastic-vault-github-plugin-prod[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 10:37:52 +0100 Subject: [PATCH] backport: Add 8.17 branch (#2752) [Release] add-backport-next Co-authored-by: elasticmachine --- .mergify.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.mergify.yml b/.mergify.yml index ecfc5115bc..9632001295 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -339,3 +339,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 }}"