File tree 1 file changed +12
-1
lines changed
1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ pull_request_rules:
63
63
- name : label core
64
64
actions :
65
65
label :
66
- add : [ contribution/core ]
66
+ add : [contribution/core]
67
67
conditions :
68
68
- author~=^(rix0rrr|iliapolo|otaviomacedo|kaizencc|TheRealAmazonKendra|mrgrain|pahud|ashishdhingra|kellertk|moelasmar|paulhcsun|GavinZZ|xazhao|gracelu0|shikha372|QuantumNeuralCoder|godwingrs22|bergjaak|samson-keung|IanKonlog|Leo10Gama|scorbiere|jiayiwang7|saiyush|5d|iankhou|SimonCMoore)$
69
69
- -label~="contribution/core"
@@ -190,3 +190,14 @@ pull_request_rules:
190
190
- " #changes-requested-reviews-by=0"
191
191
- status-success~=AWS CodeBuild us-east-1
192
192
- status-success=validate-pr
193
+ priority_rules :
194
+ - name : priority for queue `default-merge`
195
+ conditions :
196
+ - -label~=(blocked|do-not-merge)
197
+ - label~=no-squash
198
+ priority : 2500
199
+ - name : priority for queue `priority-squash`
200
+ conditions :
201
+ - -label~=(blocked|do-not-merge|no-squash)
202
+ - label~=priority-pr
203
+ priority : 2250
You can’t perform that action at this time.
0 commit comments