From fe4cf086dcd0e865c513f71bc400bf35617a3c10 Mon Sep 17 00:00:00 2001 From: Or Ouziel Date: Wed, 4 Oct 2023 10:31:40 +0300 Subject: [PATCH] add mergify config for 8.11 --- .mergify.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.mergify.yml b/.mergify.yml index 5f8f6e2d..448d8804 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -143,3 +143,16 @@ pull_request_rules: labels: - "backport" title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}" + - name: backport patches to 8.11 branch + conditions: + - merged + - label=backport-v8.11.0 + actions: + backport: + assignees: + - "{{ author }}" + branches: + - "8.11" + labels: + - "backport" + title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}"