From a4371bf4da486614ad9b5606af24153eca959928 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Fri, 18 Oct 2024 18:19:17 +0200 Subject: [PATCH] mergify: add 8.16 (#14394) Co-authored-by: Carson Ip --- .mergify.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.mergify.yml b/.mergify.yml index b6f2ee940fc..c94503ba151 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -389,3 +389,17 @@ pull_request_rules: labels: - "backport" title: "[{{ destination_branch }}] {{ title }} (backport #{{ number }})" + - name: backport patches to 8.16 branch + conditions: + - merged + - base=main + - label=backport-8.16 + actions: + backport: + assignees: + - "{{ author }}" + branches: + - "8.16" + labels: + - "backport" + title: "[{{ destination_branch }}] {{ title }} (backport #{{ number }})"