From 84ba9fcf5fedb50fa18c0b2ee330b5773ca5c3cd Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Wed, 22 Jan 2025 18:56:39 +0100 Subject: [PATCH] mergify: update backports for 9.0 --- .mergify.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.mergify.yml b/.mergify.yml index 7717033e3e5..2c582cb765c 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -417,3 +417,17 @@ pull_request_rules: labels: - "backport" title: "[{{ destination_branch }}] {{ title }} (backport #{{ number }})" + - name: backport patches to 9.0 branch + conditions: + - merged + - base=main + - label=backport-9.0 + actions: + backport: + assignees: + - "{{ author }}" + branches: + - "9.0" + labels: + - "backport" + title: "[{{ destination_branch }}] {{ title }} (backport #{{ number }})"