From 156e385932dde1c27e07c3896005d5f4f769e481 Mon Sep 17 00:00:00 2001 From: Janeen Mikell Roberts <57149392+jmikell821@users.noreply.github.com> Date: Wed, 5 Feb 2025 17:37:28 -0500 Subject: [PATCH] Update .mergify.yml Per typical protocol, adds `8.18` and points `8.x` backports to `8.19` branch. --- .mergify.yml | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/.mergify.yml b/.mergify.yml index a8878f4820..1269dd45b3 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -25,11 +25,11 @@ pull_request_rules: - "backport" branches: - "main" - title: "[{{ destination_branch }}] {{ title }} (backport #{{ number }})" + title: "[{{ destination_branch }}] {{ title }} (backport #{{ number }})" - name: backport patches to 8.x branch conditions: - merged - - label=v8.18.0 + - label=v8.19.0 actions: backport: assignees: @@ -39,6 +39,19 @@ pull_request_rules: title: "[{{ destination_branch }}] {{ title }} (backport #{{ number }})" labels: - backport + - name: backport patches to 8.18 branch + conditions: + - merged + - label=v8.18.0 + actions: + backport: + assignees: + - "{{ author }}" + branches: + - "8.18" + title: "[{{ destination_branch }}] {{ title }} (backport #{{ number }})" + labels: + - backport - name: backport patches to 8.17 branch conditions: - merged