]> git.lizzy.rs Git - rust.git/blobdiff - triagebot.toml
Add tests for "not sure" case of cfg_accessible
[rust.git] / triagebot.toml
index 994936c6e761f1c3fbb48dc44450d04e2722a5e2..e161adcd6e0244e002ee2acd7dac15e4a0023c42 100644 (file)
@@ -143,6 +143,21 @@ exclude_labels = [
     "T-*",
 ]
 
+[autolabel."T-libs"]
+trigger_files = [
+    "library/alloc",
+    "library/core",
+    "library/panic_abort",
+    "library/panic_unwind",
+    "library/std",
+    "library/stdarch",
+    "library/term",
+    "library/test",
+]
+exclude_labels = [
+    "T-*",
+]
+
 [notify-zulip."I-prioritize"]
 zulip_stream = 245100 # #t-compiler/wg-prioritization/alerts
 topic = "#{number} {title}"