]> git.lizzy.rs Git - rust.git/blobdiff - triagebot.toml
Improve error message for E0081
[rust.git] / triagebot.toml
index f6f1b918f061f30a107e5c1ae71ea556f852d7c4..e161adcd6e0244e002ee2acd7dac15e4a0023c42 100644 (file)
@@ -80,6 +80,13 @@ resolved/implemented on Fuchsia. Could one of you weigh in?
 """
 label = "O-fuchsia"
 
+[ping.macos]
+message = """\
+Hey MacOS Group! This issue or PR could use some MacOS-specific guidance. Could one
+of you weigh in? Thanks <3
+"""
+label = "O-macos"
+
 [prioritize]
 label = "I-prioritize"
 
@@ -136,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}"