about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--triagebot.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/triagebot.toml b/triagebot.toml
index b3f3051e177..b684f3ca55c 100644
--- a/triagebot.toml
+++ b/triagebot.toml
@@ -364,7 +364,8 @@ new_pr = true
 [autolabel."needs-triage"]
 new_issue = true
 exclude_labels = [
-    "C-tracking-issue"
+    "C-tracking-issue",
+    "A-diagnostics",
 ]
 
 [autolabel."WG-trait-system-refactor"]