From 8e6bb92ffc421537c96c993293330522db047341 Mon Sep 17 00:00:00 2001 From: Andrew Azores Date: Wed, 5 Jun 2024 16:40:07 -0400 Subject: [PATCH] chore(release): update mergify (#1269) --- .mergify.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.mergify.yml b/.mergify.yml index 5190f828d..5f49cc7f4 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -1,12 +1,12 @@ pull_request_rules: - - name: backport patches to cryostat-v2.4 branch + - name: backport patches to cryostat-v3.0 branch conditions: - base=main - label=backport actions: backport: branches: - - cryostat-v2.4 + - cryostat-v3.0 assignees: - "{{ author }}"