diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2021-08-29 16:25:26 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-29 16:25:26 +0200 |
| commit | 8eb50ce1f44d254399a2ff7d3b444a267838cd41 (patch) | |
| tree | c3e29bee05f7d965534088f5416c2c06e51c8ad9 | |
| parent | 59ce76548484806ac4970c57c0bb6ad9e53b80f6 (diff) | |
| parent | 9c7dbe82e736a657b298e41cd4640100218b37e2 (diff) | |
| download | rust-8eb50ce1f44d254399a2ff7d3b444a267838cd41.tar.gz rust-8eb50ce1f44d254399a2ff7d3b444a267838cd41.zip | |
Rollup merge of #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``
| -rw-r--r-- | triagebot.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/triagebot.toml b/triagebot.toml index 81c6719647f..1e4df4d3fb7 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -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"] |
