Skip to content

Commit 869c0e7

Browse files
committed
Hoist the more "special" autolabels to the start of the section
1 parent 8011058 commit 869c0e7

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

triagebot.toml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,19 @@ adjusting release notes. Could you take a look if available? Thanks <3
171171
[prioritize]
172172
label = "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"]
175188
trigger_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"]
543543
trigger_files = [
544544
"compiler/rustc_next_trait_solver",

0 commit comments

Comments
 (0)