diff options
| -rw-r--r-- | triagebot.toml | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/triagebot.toml b/triagebot.toml index ca6770b10fa..a534e1dceb1 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -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", |
