about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2024-01-19 19:27:02 +0100
committerGitHub <noreply@github.com>2024-01-19 19:27:02 +0100
commit42e79734e9009b6ec006112bd73d616f227c02e2 (patch)
treebeeed71f8293824ae84103aed38293544828accf
parent5761c36c0a4b29c9b7896fdebb027159db72cb29 (diff)
parent841e9f51876954a83430af4221606bed6b3e126c (diff)
downloadrust-42e79734e9009b6ec006112bd73d616f227c02e2.tar.gz
rust-42e79734e9009b6ec006112bd73d616f227c02e2.zip
Rollup merge of #120122 - Nilstrieb:Diagnosticstriage, r=oli-obk
Don't add needs-triage to A-diagnostics

A-diagnostics is already labeled correctly thanks to the template and there usually isn't much to do on those issues, so it's fine to just add them to the pile.
-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"]