about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNilstrieb <48135649+Nilstrieb@users.noreply.github.com>2023-07-06 17:57:03 +0200
committerGitHub <noreply@github.com>2023-07-06 17:57:03 +0200
commita118ce2176c69f8b982e99f643e8d8135f4f3c94 (patch)
tree2bcfc0881687e326f496fb81f2eb5c946920e2c3
parentc4c84df3b34a84506e16093fb4b9ac5cac1ee75a (diff)
downloadrust-a118ce2176c69f8b982e99f643e8d8135f4f3c94.tar.gz
rust-a118ce2176c69f8b982e99f643e8d8135f4f3c94.zip
Add needs-triage to all new issues
Closes #113261
-rw-r--r--triagebot.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/triagebot.toml b/triagebot.toml
index 4bab8facc85..e6c593204ca 100644
--- a/triagebot.toml
+++ b/triagebot.toml
@@ -20,6 +20,7 @@ allow-unauthenticated = [
     "regression-*",
     "perf-*",
     "AsyncAwait-OnDeck",
+    "needs-triage",
 ]
 
 [glacier]
@@ -254,6 +255,9 @@ trigger_files = [
 [autolabel."S-waiting-on-review"]
 new_pr = true
 
+[autolabel."needs-triage"]
+new_issue = true
+
 [autolabel."WG-trait-system-refactor"]
 trigger_files = [
     "compiler/rustc_trait_selection/src/solve",