From 60b76d4637f4510f871a4e1d920c712cba8588e2 Mon Sep 17 00:00:00 2001 From: Elastic Machine Date: Thu, 15 Feb 2024 04:36:39 +1030 Subject: [PATCH] [Release] add-backport-next (#38019) --- .mergify.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.mergify.yml b/.mergify.yml index b354e1239671..9a4af7509035 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -302,3 +302,16 @@ pull_request_rules: labels: - "backport" title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}" + - name: backport patches to 8.13 branch + conditions: + - merged + - label=backport-v8.13.0 + actions: + backport: + assignees: + - "{{ author }}" + branches: + - "8.13" + labels: + - "backport" + title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}"