From f1199665a412cdfba1a9e17df2c61e1bb4073165 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Tue, 18 Oct 2022 14:01:06 -0400 Subject: [PATCH] ci(mergify): update config for latest release branch (#161) (#162) (cherry picked from commit fc46f01207cd185deeeddc3c810be0cb59b0d0be) Co-authored-by: Andrew Azores --- .mergify.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.mergify.yml b/.mergify.yml index a7dc17e5..c0fca64c 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -1,11 +1,11 @@ pull_request_rules: - - name: backport patches to cryostat-v2.1 branch + - name: backport patches to cryostat-v2.2 branch conditions: - base=main - label=backport actions: backport: branches: - - cryostat-v2.1 + - cryostat-v2.2 assignees: - "{{ author }}"