From b262d485e36481370a06280f720373477d9eb0ac Mon Sep 17 00:00:00 2001 From: Cloud Security Machine Date: Tue, 26 Nov 2024 14:06:20 +0000 Subject: [PATCH] Update .mergify.yml --- .mergify.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.mergify.yml b/.mergify.yml index 9632001295..1118bbdfa6 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -352,3 +352,16 @@ pull_request_rules: labels: - "backport" title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}" + - name: backport patches to 8.99 branch + conditions: + - merged + - label=backport-v8.99.999 + actions: + backport: + assignees: + - "{{ author }}" + branches: + - "8.99" + labels: + - "backport" + title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}"