File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -171,6 +171,19 @@ adjusting release notes. Could you take a look if available? Thanks <3
171
171
[prioritize ]
172
172
label = " I-prioritize"
173
173
174
+ [autolabel ."S-waiting-on-review" ]
175
+ new_pr = true
176
+
177
+ [autolabel ."S-waiting-on-author" ]
178
+ new_draft = true
179
+
180
+ [autolabel ."needs-triage" ]
181
+ new_issue = true
182
+ exclude_labels = [
183
+ " C-tracking-issue" ,
184
+ " A-diagnostics" ,
185
+ ]
186
+
174
187
[autolabel ."I-prioritize" ]
175
188
trigger_labels = [
176
189
" regression-untriaged" ,
@@ -526,19 +539,6 @@ trigger_files = [
526
539
" src/version"
527
540
]
528
541
529
- [autolabel ."S-waiting-on-review" ]
530
- new_pr = true
531
-
532
- [autolabel ."S-waiting-on-author" ]
533
- new_draft = true
534
-
535
- [autolabel ."needs-triage" ]
536
- new_issue = true
537
- exclude_labels = [
538
- " C-tracking-issue" ,
539
- " A-diagnostics" ,
540
- ]
541
-
542
542
[autolabel ."WG-trait-system-refactor" ]
543
543
trigger_files = [
544
544
" compiler/rustc_next_trait_solver" ,
You can’t perform that action at this time.
0 commit comments