From ca53c4c0f1642b75e61fff4d7e262abcdad5892e Mon Sep 17 00:00:00 2001 From: Andrew Azores Date: Thu, 6 Jun 2024 10:11:12 -0400 Subject: [PATCH] chore(release): update mergify config (#64) --- .mergify.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.mergify.yml b/.mergify.yml index 816bd64..62a7337 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -1,11 +1,11 @@ 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 }}"