Skip to content

Commit

Permalink
Rollup merge of rust-lang#80543 - LeSeulArtichaut:notify-close, r=spa…
Browse files Browse the repository at this point in the history
…storino

Notify when an `I-prioritize` issue is closed or reopened

Companion PR to rust-lang/triagebot#1078, blocked on that PR.
r? `@spastorino` cc `@rust-lang/wg-prioritization`
  • Loading branch information
Manishearth committed Aug 27, 2021
2 parents d5cd320 + 9c7dbe8 commit ad127ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions triagebot.toml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ message_on_add = """\
- Needs `I-nominated`?
"""
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"]
Expand Down

0 comments on commit ad127ac

Please sign in to comment.