From 9aa595877f8eba413cd40cf3383ee22fa5ff8824 Mon Sep 17 00:00:00 2001 From: Jan Calanog Date: Tue, 3 Dec 2024 17:18:10 +0100 Subject: [PATCH] Add 8.17 to .mergify.yml (#14805) --- .mergify.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.mergify.yml b/.mergify.yml index c94503ba151..7717033e3e5 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -403,3 +403,17 @@ pull_request_rules: labels: - "backport" title: "[{{ destination_branch }}] {{ title }} (backport #{{ number }})" + - name: backport patches to 8.17 branch + conditions: + - merged + - base=main + - label=backport-8.17 + actions: + backport: + assignees: + - "{{ author }}" + branches: + - "8.17" + labels: + - "backport" + title: "[{{ destination_branch }}] {{ title }} (backport #{{ number }})"