From aab8e7d3b294d06898ba7b5b95756b555ed998c1 Mon Sep 17 00:00:00 2001 From: animehart Date: Wed, 16 Oct 2024 10:06:29 -0700 Subject: [PATCH] readded 8.x --- .mergify.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.mergify.yml b/.mergify.yml index 5178b609c7..a2a1a8891b 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -326,3 +326,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 }}"