File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ pull_request_rules:
6363 - name : label core
6464 actions :
6565 label :
66- add : [ contribution/core ]
66+ add : [contribution/core]
6767 conditions :
6868 - 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|Y-JayKim)$
6969 - -label~="contribution/core"
@@ -190,3 +190,14 @@ pull_request_rules:
190190 - " #changes-requested-reviews-by=0"
191191 - status-success~=AWS CodeBuild us-east-1
192192 - 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