Skip to content

Commit fcc501b

Browse files
committed
mergify: Add automatic backport label
This label will be useful for constructing queries to find backportable PRs. Specifically, those should omit both automatic backports and "backports reviewed" PRs.
1 parent 4adb579 commit fcc501b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.mergify.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ pull_request_rules:
2727
branches:
2828
- 2.18-maintenance
2929
labels:
30+
- automatic backport
3031
- merge-queue
3132

3233
- name: backport patches to 2.19
@@ -37,6 +38,7 @@ pull_request_rules:
3738
branches:
3839
- 2.19-maintenance
3940
labels:
41+
- automatic backport
4042
- merge-queue
4143

4244
- name: backport patches to 2.20
@@ -47,6 +49,7 @@ pull_request_rules:
4749
branches:
4850
- 2.20-maintenance
4951
labels:
52+
- automatic backport
5053
- merge-queue
5154

5255
- name: backport patches to 2.21
@@ -57,6 +60,7 @@ pull_request_rules:
5760
branches:
5861
- 2.21-maintenance
5962
labels:
63+
- automatic backport
6064
- merge-queue
6165

6266
- name: backport patches to 2.22
@@ -67,6 +71,7 @@ pull_request_rules:
6771
branches:
6872
- 2.22-maintenance
6973
labels:
74+
- automatic backport
7075
- merge-queue
7176

7277
- name: backport patches to 2.23
@@ -77,6 +82,7 @@ pull_request_rules:
7782
branches:
7883
- 2.23-maintenance
7984
labels:
85+
- automatic backport
8086
- merge-queue
8187

8288
- name: backport patches to 2.24
@@ -87,6 +93,7 @@ pull_request_rules:
8793
branches:
8894
- "2.24-maintenance"
8995
labels:
96+
- automatic backport
9097
- merge-queue
9198

9299
- name: backport patches to 2.25
@@ -97,4 +104,5 @@ pull_request_rules:
97104
branches:
98105
- "2.25-maintenance"
99106
labels:
107+
- automatic backport
100108
- merge-queue

0 commit comments

Comments
 (0)