|
1 | 1 | # Generated by .github/mergify/gen-config.sc
|
2 | 2 | queue_rules:
|
3 |
| -- name: 3.6.x merge queue |
4 |
| - queue_conditions: |
5 |
| - - status-success=all tests passed |
6 |
| - - base=3.6.x |
7 |
| - - '#changes-requested-reviews-by=0' |
8 |
| - - label="Backport" |
9 |
| - - label!="DO NOT MERGE" |
10 |
| - - label!="bp-conflict" |
11 |
| - merge_conditions: |
12 |
| - - status-success=all tests passed |
13 |
| - draft_bot_account: chiselbot |
14 |
| - update_bot_account: chiselbot |
15 |
| - merge_bot_account: chiselbot |
16 |
| -- name: 5.x merge queue |
17 |
| - queue_conditions: |
18 |
| - - status-success=all tests passed |
19 |
| - - base=5.x |
20 |
| - - '#changes-requested-reviews-by=0' |
21 |
| - - label="Backport" |
22 |
| - - label!="DO NOT MERGE" |
23 |
| - - label!="bp-conflict" |
24 |
| - merge_conditions: |
25 |
| - - status-success=all tests passed |
26 |
| - draft_bot_account: chiselbot |
27 |
| - update_bot_account: chiselbot |
28 |
| - merge_bot_account: chiselbot |
29 |
| -- name: 6.x merge queue |
30 |
| - queue_conditions: |
31 |
| - - status-success=all tests passed |
32 |
| - - base=6.x |
33 |
| - - '#changes-requested-reviews-by=0' |
34 |
| - - label="Backport" |
35 |
| - - label!="DO NOT MERGE" |
36 |
| - - label!="bp-conflict" |
37 |
| - merge_conditions: |
38 |
| - - status-success=all tests passed |
39 |
| - draft_bot_account: chiselbot |
40 |
| - update_bot_account: chiselbot |
41 |
| - merge_bot_account: chiselbot |
| 3 | + - name: 3.6.x merge queue |
| 4 | + queue_conditions: |
| 5 | + - status-success=all tests passed |
| 6 | + - base=3.6.x |
| 7 | + - '#changes-requested-reviews-by=0' |
| 8 | + - label="Backport" |
| 9 | + - label!="DO NOT MERGE" |
| 10 | + - label!="bp-conflict" |
| 11 | + merge_conditions: |
| 12 | + - status-success=all tests passed |
| 13 | + draft_bot_account: chiselbot |
| 14 | + update_bot_account: chiselbot |
| 15 | + merge_bot_account: chiselbot |
| 16 | + - name: 5.x merge queue |
| 17 | + queue_conditions: |
| 18 | + - status-success=all tests passed |
| 19 | + - base=5.x |
| 20 | + - '#changes-requested-reviews-by=0' |
| 21 | + - label="Backport" |
| 22 | + - label!="DO NOT MERGE" |
| 23 | + - label!="bp-conflict" |
| 24 | + merge_conditions: |
| 25 | + - status-success=all tests passed |
| 26 | + draft_bot_account: chiselbot |
| 27 | + update_bot_account: chiselbot |
| 28 | + merge_bot_account: chiselbot |
| 29 | + - name: 6.x merge queue |
| 30 | + queue_conditions: |
| 31 | + - status-success=all tests passed |
| 32 | + - base=6.x |
| 33 | + - '#changes-requested-reviews-by=0' |
| 34 | + - label="Backport" |
| 35 | + - label!="DO NOT MERGE" |
| 36 | + - label!="bp-conflict" |
| 37 | + merge_conditions: |
| 38 | + - status-success=all tests passed |
| 39 | + draft_bot_account: chiselbot |
| 40 | + update_bot_account: chiselbot |
| 41 | + merge_bot_account: chiselbot |
42 | 42 | pull_request_rules:
|
43 |
| -- name: backport to 6.x |
44 |
| - conditions: |
45 |
| - - merged |
46 |
| - - milestone=6.x |
47 |
| - actions: |
48 |
| - backport: |
49 |
| - branches: |
50 |
| - - 6.x |
51 |
| - labels: |
52 |
| - - Backport |
53 |
| - ignore_conflicts: true |
54 |
| - merge_conflict_style: diff3 |
55 |
| - label_conflicts: bp-conflict |
56 |
| - bot_account: chiselbot |
57 |
| - report_mode: |
58 |
| - - comment |
59 |
| - label: |
60 |
| - add: |
61 |
| - - Backported |
62 |
| -- name: backport to 5.x, 6.x |
63 |
| - conditions: |
64 |
| - - merged |
65 |
| - - milestone=5.x |
66 |
| - actions: |
67 |
| - backport: |
68 |
| - branches: |
69 |
| - - 5.x |
70 |
| - - 6.x |
71 |
| - labels: |
72 |
| - - Backport |
73 |
| - ignore_conflicts: true |
74 |
| - merge_conflict_style: diff3 |
75 |
| - label_conflicts: bp-conflict |
76 |
| - bot_account: chiselbot |
77 |
| - report_mode: |
78 |
| - - comment |
79 |
| - label: |
80 |
| - add: |
81 |
| - - Backported |
82 |
| -- name: backport to 3.6.x, 5.x, 6.x |
83 |
| - conditions: |
84 |
| - - merged |
85 |
| - - milestone=3.6.x |
86 |
| - actions: |
87 |
| - backport: |
88 |
| - branches: |
89 |
| - - 3.6.x |
90 |
| - - 5.x |
91 |
| - - 6.x |
92 |
| - labels: |
93 |
| - - Backport |
94 |
| - ignore_conflicts: true |
95 |
| - merge_conflict_style: diff3 |
96 |
| - label_conflicts: bp-conflict |
97 |
| - bot_account: chiselbot |
98 |
| - report_mode: |
99 |
| - - comment |
100 |
| - label: |
101 |
| - add: |
102 |
| - - Backported |
103 |
| -- name: queue 3.6.x backport PRs |
104 |
| - conditions: |
105 |
| - - status-success=all tests passed |
106 |
| - - '#changes-requested-reviews-by=0' |
107 |
| - - base=3.6.x |
108 |
| - - label="Backport" |
109 |
| - - label!="DO NOT MERGE" |
110 |
| - - label!="bp-conflict" |
111 |
| - actions: |
112 |
| - queue: |
113 |
| - name: 3.6.x merge queue |
114 |
| -- name: queue 5.x backport PRs |
115 |
| - conditions: |
116 |
| - - status-success=all tests passed |
117 |
| - - '#changes-requested-reviews-by=0' |
118 |
| - - base=5.x |
119 |
| - - label="Backport" |
120 |
| - - label!="DO NOT MERGE" |
121 |
| - - label!="bp-conflict" |
122 |
| - actions: |
123 |
| - queue: |
124 |
| - name: 5.x merge queue |
125 |
| -- name: queue 6.x backport PRs |
126 |
| - conditions: |
127 |
| - - status-success=all tests passed |
128 |
| - - '#changes-requested-reviews-by=0' |
129 |
| - - base=6.x |
130 |
| - - label="Backport" |
131 |
| - - label!="DO NOT MERGE" |
132 |
| - - label!="bp-conflict" |
133 |
| - actions: |
134 |
| - queue: |
135 |
| - name: 6.x merge queue |
| 43 | + - name: backport to 6.x |
| 44 | + conditions: |
| 45 | + - merged |
| 46 | + - milestone=6.x |
| 47 | + actions: |
| 48 | + backport: |
| 49 | + branches: |
| 50 | + - 6.x |
| 51 | + labels: |
| 52 | + - Backport |
| 53 | + ignore_conflicts: true |
| 54 | + merge_conflict_style: diff3 |
| 55 | + label_conflicts: bp-conflict |
| 56 | + bot_account: chiselbot |
| 57 | + report_mode: |
| 58 | + - comment |
| 59 | + label: |
| 60 | + add: |
| 61 | + - Backported |
| 62 | + - name: backport to 5.x, 6.x |
| 63 | + conditions: |
| 64 | + - merged |
| 65 | + - milestone=5.x |
| 66 | + actions: |
| 67 | + backport: |
| 68 | + branches: |
| 69 | + - 5.x |
| 70 | + - 6.x |
| 71 | + labels: |
| 72 | + - Backport |
| 73 | + ignore_conflicts: true |
| 74 | + merge_conflict_style: diff3 |
| 75 | + label_conflicts: bp-conflict |
| 76 | + bot_account: chiselbot |
| 77 | + report_mode: |
| 78 | + - comment |
| 79 | + label: |
| 80 | + add: |
| 81 | + - Backported |
| 82 | + - name: backport to 3.6.x, 5.x, 6.x |
| 83 | + conditions: |
| 84 | + - merged |
| 85 | + - milestone=3.6.x |
| 86 | + actions: |
| 87 | + backport: |
| 88 | + branches: |
| 89 | + - 3.6.x |
| 90 | + - 5.x |
| 91 | + - 6.x |
| 92 | + labels: |
| 93 | + - Backport |
| 94 | + ignore_conflicts: true |
| 95 | + merge_conflict_style: diff3 |
| 96 | + label_conflicts: bp-conflict |
| 97 | + bot_account: chiselbot |
| 98 | + report_mode: |
| 99 | + - comment |
| 100 | + label: |
| 101 | + add: |
| 102 | + - Backported |
| 103 | + - name: queue 3.6.x backport PRs |
| 104 | + conditions: |
| 105 | + - status-success=all tests passed |
| 106 | + - '#changes-requested-reviews-by=0' |
| 107 | + - base=3.6.x |
| 108 | + - label="Backport" |
| 109 | + - label!="DO NOT MERGE" |
| 110 | + - label!="bp-conflict" |
| 111 | + actions: |
| 112 | + queue: |
| 113 | + name: 3.6.x merge queue |
| 114 | + - name: queue 5.x backport PRs |
| 115 | + conditions: |
| 116 | + - status-success=all tests passed |
| 117 | + - '#changes-requested-reviews-by=0' |
| 118 | + - base=5.x |
| 119 | + - label="Backport" |
| 120 | + - label!="DO NOT MERGE" |
| 121 | + - label!="bp-conflict" |
| 122 | + actions: |
| 123 | + queue: |
| 124 | + name: 5.x merge queue |
| 125 | + - name: queue 6.x backport PRs |
| 126 | + conditions: |
| 127 | + - status-success=all tests passed |
| 128 | + - '#changes-requested-reviews-by=0' |
| 129 | + - base=6.x |
| 130 | + - label="Backport" |
| 131 | + - label!="DO NOT MERGE" |
| 132 | + - label!="bp-conflict" |
| 133 | + actions: |
| 134 | + queue: |
| 135 | + name: 6.x merge queue |
136 | 136 |
|
| 137 | +priority_rules: |
| 138 | + - name: priority for queue `3.6.x merge queue` |
| 139 | + conditions: |
| 140 | + - base=3.6.x |
| 141 | + priority: 2500 |
| 142 | + - name: priority for queue `5.x merge queue` |
| 143 | + conditions: |
| 144 | + - base=5.x |
| 145 | + priority: 2250 |
0 commit comments