.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
This commit is contained in:
Yaron Kaikov
2024-07-21 04:35:36 +03:00
committed by Avi Kivity
parent 781eb7517c
commit d3cbe04130

8
.github/mergify.yml vendored
View File

@@ -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