about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2024-02-21 22:48:57 +0100
committerGitHub <noreply@github.com>2024-02-21 22:48:57 +0100
commit718998591ef2e4fc159fe3ef666a1b05ef0a1585 (patch)
treefae2a7171f83335772ffa1204c75a176505e20e2
parent9949bbc19cd0a8217447f27b3660183949a8a7f2 (diff)
parente5fa6ec845e458984e361e601d603fa050e992e4 (diff)
downloadrust-718998591ef2e4fc159fe3ef666a1b05ef0a1585.tar.gz
rust-718998591ef2e4fc159fe3ef666a1b05ef0a1585.zip
Rollup merge of #121336 - davidtwco:triagebot-notifications, r=wesleywiser
triagebot: add queue notifications

This seems like it could be useful.

r? ``@wesleywiser``
-rw-r--r--triagebot.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/triagebot.toml b/triagebot.toml
index 8c9faf92b7f..e084b555464 100644
--- a/triagebot.toml
+++ b/triagebot.toml
@@ -423,6 +423,10 @@ changelog-branch = "master"
 
 [shortcut]
 
+[mentions."triagebot.toml"]
+message = "`triagebot.toml` has been modified, there may have been changes to the review queue."
+cc = ["@davidtwco", "@wesleywiser"]
+
 [mentions."compiler/rustc_codegen_cranelift"]
 cc = ["@bjorn3"]