Skip to content

Commit 59ee872

Browse files
committed
meta: Notify Zulip for rustdoc nominated issues
The rustdoc team does not currently use the `I-nominated` label, unlike the libs and compiler teams (and maybe others). One reason for this is that the other teams discuss their nominated issues in meetings, while rustdoc is an async-only team. However, it might be helpful to start using the `I-nominated` label for rustdoc. The team currently uses a `cc @rust-lang/rustdoc` ping as the equivalent, but it's easier to track issues when they use `I-nominated`. Also we'd be more consistent with the other teams' procedures. Since rustdoc doesn't have meetings, I propose we instead use the triagebot notify Zulip functionality to create a topic in `#rustdoc` on Zulip and ping the team. So it would look a bit like the procedure for WG-prioritization when an issue acquires the `I-prioritize` label.
1 parent 94736c4 commit 59ee872

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

triagebot.toml

+9
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,15 @@ message_on_add = """\
102102
"""
103103
message_on_remove = "Issue #{number}'s prioritization request has been removed."
104104

105+
[notify-zulip."T-rustdoc"]
106+
required_labels = ["I-nominated"]
107+
zulip_stream = 266220 # #rustdoc
108+
topic = "nominated: #{number}"
109+
message_on_add = """\
110+
@*T-rustdoc* issue #{number} "{title}" has been nominated for `T-rustdoc` discussion.
111+
"""
112+
message_on_remove = "Issue #{number}'s nomination request has been removed."
113+
105114
[github-releases]
106115
format = "rustc"
107116
project-name = "Rust"

0 commit comments

Comments
 (0)