From 9e2031fbc269251674a3c1825f233a473927d332 Mon Sep 17 00:00:00 2001 From: Pierre HILBERT Date: Sun, 1 Sep 2024 18:28:27 +0200 Subject: [PATCH] Create mergify config for 8.x backports (#5393) --- .mergify.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.mergify.yml b/.mergify.yml index 81d9f296212..f7b02213b5b 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -332,3 +332,16 @@ pull_request_rules: labels: - "backport" title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}" + - name: backport patches to 8.x branch + conditions: + - merged + - label=backport-v8.x + actions: + backport: + assignees: + - "{{ author }}" + branches: + - "8.x" + labels: + - "backport" + title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}"