Skip to content

Commit 7d7d5ec

Browse files
Merge pull request #17009 from rabbitmq/mk-4.2.x-end-of-community-support
Mergify: remove 4.2 label support
2 parents 8a3ad06 + 760b991 commit 7d7d5ec

1 file changed

Lines changed: 1 addition & 25 deletions

File tree

.github/mergify.yml

Lines changed: 1 addition & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -6,37 +6,13 @@ pull_request_rules:
66
label:
77
add:
88
- make
9-
- name: Automatically backport to v4.3.x (with cascade to v4.2.x)
9+
- name: Automatically backport to v4.3.x based on label
1010
conditions:
1111
- base=main
1212
- label=backport-v4.3.x
13-
- label=backport-v4.2.x
1413
actions:
1514
backport:
1615
branches:
1716
- v4.3.x
1817
assignees:
1918
- "{{ author }}"
20-
labels:
21-
- backport-v4.2.x
22-
- name: Automatically backport to v4.3.x (without cascade)
23-
conditions:
24-
- base=main
25-
- label=backport-v4.3.x
26-
- label!=backport-v4.2.x
27-
actions:
28-
backport:
29-
branches:
30-
- v4.3.x
31-
assignees:
32-
- "{{ author }}"
33-
- name: Automatically backport to v4.2.x based on label
34-
conditions:
35-
- base=v4.3.x
36-
- label=backport-v4.2.x
37-
actions:
38-
backport:
39-
branches:
40-
- v4.2.x
41-
assignees:
42-
- "{{ author }}"

0 commit comments

Comments
 (0)