From 875f7ec25fe1d63a46046489cf60cf8f143639fe Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 7 Oct 2025 17:15:28 +0200 Subject: [PATCH 1/2] Bump version --- .version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.version b/.version index 7cca401c7..3afbaeb2b 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -2.32.0 +2.33.0 From b0f567e18b5bacb0ec2faadad24b321fbb60c08b Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 7 Oct 2025 17:16:57 +0200 Subject: [PATCH 2/2] Update mergify.yml --- .mergify.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.mergify.yml b/.mergify.yml index 1c220045a..8fdcb05b4 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -172,3 +172,14 @@ pull_request_rules: labels: - automatic backport - merge-queue + + - name: backport patches to 2.32 + conditions: + - label=backport 2.32-maintenance + actions: + backport: + branches: + - "2.32-maintenance" + labels: + - automatic backport + - merge-queue