From 2ac8064fae2e56fcebfd0f7ad5d57bbffb093dce 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, 4 Jul 2024 15:39:21 +0200 Subject: [PATCH] [Release] add-backport-next (#5057) Co-authored-by: elasticmachine --- .mergify.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.mergify.yml b/.mergify.yml index ddfee7828e5..81d9f296212 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -319,3 +319,16 @@ pull_request_rules: labels: - "backport" title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}" + - name: backport patches to 8.15 branch + conditions: + - merged + - label=backport-v8.15.0 + actions: + backport: + assignees: + - "{{ author }}" + branches: + - "8.15" + labels: + - "backport" + title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}"