Hoist the more "special" autolabels to the start of the section

This commit is contained in:
Jieyou Xu 2025-07-12 23:13:46 +08:00
parent 8011058d90
commit 869c0e729b
No known key found for this signature in database
GPG key ID: 045B995028EA6AFC

View file

@ -171,6 +171,19 @@ adjusting release notes. Could you take a look if available? Thanks <3
[prioritize]
label = "I-prioritize"
[autolabel."S-waiting-on-review"]
new_pr = true
[autolabel."S-waiting-on-author"]
new_draft = true
[autolabel."needs-triage"]
new_issue = true
exclude_labels = [
"C-tracking-issue",
"A-diagnostics",
]
[autolabel."I-prioritize"]
trigger_labels = [
"regression-untriaged",
@ -526,19 +539,6 @@ trigger_files = [
"src/version"
]
[autolabel."S-waiting-on-review"]
new_pr = true
[autolabel."S-waiting-on-author"]
new_draft = true
[autolabel."needs-triage"]
new_issue = true
exclude_labels = [
"C-tracking-issue",
"A-diagnostics",
]
[autolabel."WG-trait-system-refactor"]
trigger_files = [
"compiler/rustc_next_trait_solver",