diff options
| -rw-r--r-- | triagebot.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/triagebot.toml b/triagebot.toml index c0cf50e5167..66cad406d48 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -101,6 +101,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." [github-releases] format = "rustc" |
