From d3cbe04130b6dfc2440df36fe72e6db08e86ffcb Mon Sep 17 00:00:00 2001 From: Yaron Kaikov Date: Sun, 21 Jul 2024 04:35:36 +0300 Subject: [PATCH] .github/mergify.yml: update conf to support `6.1` Modify Mergify configuation to support `6.1` instead of `5.2` which is EOL Closes scylladb/scylladb#19810 --- .github/mergify.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/mergify.yml b/.github/mergify.yml index 8540591b8b..e0592ae4e7 100644 --- a/.github/mergify.yml +++ b/.github/mergify.yml @@ -15,7 +15,7 @@ pull_request_rules: - closed actions: delete_head_branch: - - name: Automate backport pull request 5.2 + - name: Automate backport pull request 6.1 conditions: - or: - closed @@ -23,11 +23,11 @@ pull_request_rules: - or: - base=master - base=next - - label=backport/5.2 # The PR must have this label to trigger the backport + - label=backport/6.1 # The PR must have this label to trigger the backport - label=promoted-to-master actions: copy: - title: "[Backport 5.2] {{ title }}" + title: "[Backport 6.1] {{ title }}" body: | {{ body }} @@ -37,7 +37,7 @@ pull_request_rules: Refs #{{number}} branches: - - branch-5.2 + - branch-6.1 assignees: - "{{ author }}" - name: Automate backport pull request 5.4