Skip to content

Commit 0770703

Browse files
authored
mergify: support 8.19 and remove support 8.x (#287)
1 parent 0075eca commit 0770703

File tree

1 file changed

+10
-16
lines changed

1 file changed

+10
-16
lines changed

.mergify.yml

Lines changed: 10 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ pull_request_rules:
2424
To fixup this pull request, you need to add the backport labels for the needed
2525
branches, such as:
2626
* `backport-8./d` is the label to automatically backport to the `8./d` branch. `/d` is the digit.
27-
* `backport-8.x` is the label to automatically backport to the `8.x` branch.
2827
* If no backport is necessary, please add the `backport-skip` label
2928
3029
- name: remove backport-skip label
@@ -47,21 +46,6 @@ pull_request_rules:
4746
message: |
4847
This pull request has not been merged yet. Could you please review and merge it @{{ assignee | join(', @') }}? 🙏
4948
50-
- name: backport patches to 8.x branch
51-
conditions:
52-
- merged
53-
- base=main
54-
- label=backport-8.x
55-
actions:
56-
backport:
57-
assignees:
58-
- "{{ author }}"
59-
branches:
60-
- "8.x"
61-
labels:
62-
- "backport"
63-
title: "[{{ destination_branch }}] {{ title }} (backport #{{ number }})"
64-
6549
- name: backport patches to 8.16 branch
6650
conditions:
6751
- merged
@@ -107,6 +91,16 @@ pull_request_rules:
10791
- "backport"
10892
title: "[{{ destination_branch }}] {{ title }} (backport #{{ number }})"
10993

94+
- name: backport patches to 8.19 branch
95+
conditions:
96+
- merged
97+
- base=main
98+
- label=backport-8.19
99+
actions:
100+
backport:
101+
branches:
102+
- "8.19"
103+
110104
- name: backport patches to 9.0 branch
111105
conditions:
112106
- merged

0 commit comments

Comments
 (0)