]> git.lizzy.rs Git - rust.git/blobdiff - triagebot.toml
Switch CI bucket to intelligent tiering
[rust.git] / triagebot.toml
index f6f1b918f061f30a107e5c1ae71ea556f852d7c4..a5724ddfb88eb6f805c140eac1a39e12b6757e81 100644 (file)
@@ -136,6 +136,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}"