Skip to content

Commit

Permalink
Rollup merge of rust-lang#119961 - fmease:triagebot-rustdoc-i-nominat…
Browse files Browse the repository at this point in the history
…ed, r=GuillaumeGomez

[meta] Remove Zulip rustdoc nomination alert

There no longer exists the label <kbd>I-nominated</kbd>, it's no longer possible to trigger the Zulip nomination alert. Nowadays, there are separate <kbd>I-{team}-nominated</kbd> labels one for each team that make use of such a nomination system.

Since t-rustdoc has never really used this nomination system, I figured I should remove it outright. However, instead of that, I could create the label <kbd>I-rustdoc-nominated</kbd> and adjust the triagebot entry. Whatever you prefer.

r? GuillaumeGomez or rustdoc
  • Loading branch information
GuillaumeGomez authored Jan 14, 2024
2 parents a9146ce + 5788f3d commit 7841d26
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions triagebot.toml
Original file line number Diff line number Diff line change
Expand Up @@ -389,15 +389,6 @@ message_on_remove = "Issue #{number}'s prioritization request has been removed."
message_on_close = "Issue #{number} has been closed while requested for prioritization."
message_on_reopen = "Issue #{number} has been reopened."

[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."

[notify-zulip."I-types-nominated"]
zulip_stream = 326866 # #T-types/nominated
topic = "#{number}: {title}"
Expand Down

0 comments on commit 7841d26

Please sign in to comment.