From 6cece565e62805a16952855d39b8fb1bba48780c Mon Sep 17 00:00:00 2001 From: Felix Exner Date: Mon, 2 Jun 2025 18:44:49 +0200 Subject: [PATCH] Configure mergify to backport to jazzy --- .github/mergify.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/mergify.yml b/.github/mergify.yml index c4b1b7024..c25c354e1 100644 --- a/.github/mergify.yml +++ b/.github/mergify.yml @@ -10,13 +10,13 @@ pull_request_rules: labels: - humble - - name: Backport to iron branch + - name: Backport to jazzy branch conditions: - base=main - - label=backport-iron + - label=backport-jazzy actions: backport: branches: - - iron + - jazzy labels: - - iron + - jazzy