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
171171[prioritize ]
172172label = " I-prioritize"
173173
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+
174187[autolabel ."I-prioritize" ]
175188trigger_labels = [
176189 " regression-untriaged" ,
@@ -526,19 +539,6 @@ trigger_files = [
526539 " src/version"
527540]
528541
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-
542542[autolabel ."WG-trait-system-refactor" ]
543543trigger_files = [
544544 " compiler/rustc_next_trait_solver" ,
You can’t perform that action at this time.
0 commit comments