Hoist the more "special" autolabels to the start of the section
This commit is contained in:
parent
8011058d90
commit
869c0e729b
1 changed files with 13 additions and 13 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue