]> git.lizzy.rs Git - rust.git/blobdiff - triagebot.toml
Auto merge of #86107 - Smittyvb:peephole-optim-eq-bool, r=wesleywiser
[rust.git] / triagebot.toml
index c0cf50e516700b1d86aff94d8c6d0b3fc90ba51c..c97f63f1cfd9a22be40c159df1e2eecfb24c63b3 100644 (file)
@@ -79,7 +79,7 @@ trigger_labels = [
     "regression-from-stable-to-stable",
     "regression-from-stable-to-beta",
     "regression-from-stable-to-nightly",
-    "I-unsound ðŸ’¥",
+    "I-unsound",
 ]
 exclude_labels = [
     "P-*",
@@ -102,6 +102,15 @@ message_on_add = """\
 """
 message_on_remove = "Issue #{number}'s prioritization request has been removed."
 
+[notify-zulip."T-rustdoc"]
+required_labels = ["I-nominated"]
+zulip_stream = 266220 # #rustdoc
+topic = "nominated: #{number}"
+message_on_add = """\
+@*T-rustdoc* issue #{number} "{title}" has been nominated for `T-rustdoc` discussion.
+"""
+message_on_remove = "Issue #{number}'s nomination request has been removed."
+
 [github-releases]
 format = "rustc"
 project-name = "Rust"