Hoist the more "special" autolabels to the start of the section
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user