From aeefbd4398c023d9e80de98186005a2a92b12ac6 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Thu, 30 Jan 2025 14:24:13 +0100 Subject: [PATCH 1/3] mergify: support 8.18 backports --- .mergify.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.mergify.yml b/.mergify.yml index 05c085d336..b807a57905 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -352,3 +352,16 @@ pull_request_rules: branches: - "8.17" title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}" + - name: backport patches to 8.18 branch + conditions: + - merged + - label=backport-8.18 + actions: + backport: + assignees: + - "{{ author }}" + labels: + - "backport" + branches: + - "8.18" + title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}" From 4df17b0376ec5415c7a089a60a99dcd149b9b535 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Thu, 30 Jan 2025 16:31:22 +0100 Subject: [PATCH 2/3] Update .mergify.yml --- .mergify.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.mergify.yml b/.mergify.yml index b807a57905..e6b847fc75 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -365,3 +365,16 @@ pull_request_rules: branches: - "8.18" title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}" + - name: backport patches to 9.0 branch + conditions: + - merged + - label=backport-9.0 + actions: + backport: + assignees: + - "{{ author }}" + labels: + - "backport" + branches: + - "9.0" + title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}" From 1bcd20f2863abaa9aadedc566f4b817baf5b1d08 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Tue, 25 Mar 2025 19:21:26 +0100 Subject: [PATCH 3/3] Update .mergify.yml --- .mergify.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.mergify.yml b/.mergify.yml index e6b847fc75..b807a57905 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -365,16 +365,3 @@ pull_request_rules: branches: - "8.18" title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}" - - name: backport patches to 9.0 branch - conditions: - - merged - - label=backport-9.0 - actions: - backport: - assignees: - - "{{ author }}" - labels: - - "backport" - branches: - - "9.0" - title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}"