about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLéo Lanteri Thauvin <leseulartichaut@gmail.com>2020-12-31 02:22:10 +0100
committerGitHub <noreply@github.com>2020-12-31 02:22:10 +0100
commit9c7dbe82e736a657b298e41cd4640100218b37e2 (patch)
tree262077056d02c46efc3d50fc4abd891ca866308e
parente2267046859c9ceb932abc983561d53a117089f6 (diff)
downloadrust-9c7dbe82e736a657b298e41cd4640100218b37e2.tar.gz
rust-9c7dbe82e736a657b298e41cd4640100218b37e2.zip
Notify when an `I-prioritize` issue is closed
-rw-r--r--triagebot.toml2
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"