Skip to content

Commit e3cc51d

Browse files
authored
Rollup merge of rust-lang#80543 - LeSeulArtichaut:notify-close, r=spastorino
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```
2 parents 4a6547c + 9c7dbe8 commit e3cc51d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

triagebot.toml

+2
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,8 @@ message_on_add = """\
102102
- Needs `I-nominated`?
103103
"""
104104
message_on_remove = "Issue #{number}'s prioritization request has been removed."
105+
message_on_close = "Issue #{number} has been closed while requested for prioritization."
106+
message_on_reopen = "Issue #{number} has been reopened."
105107

106108
[notify-zulip."T-rustdoc"]
107109
required_labels = ["I-nominated"]

0 commit comments

Comments
 (0)