From df634c0d5bffd00ee80ec7a0c3a71d65760aeadf Mon Sep 17 00:00:00 2001 From: elasticmachine Date: Thu, 26 Jun 2025 13:26:36 +0000 Subject: [PATCH] [Release] add-backport-next --- .mergify.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.mergify.yml b/.mergify.yml index 198e109a7f..353764a2e0 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -327,3 +327,11 @@ pull_request_rules: labels: - "backport" title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}" + - name: backport patches to 9.1 branch + conditions: + - merged + - label=backport-9.1 + actions: + backport: + branches: + - "9.1"