From e5fa6ec845e458984e361e601d603fa050e992e4 Mon Sep 17 00:00:00 2001 From: David Wood Date: Tue, 20 Feb 2024 10:25:06 +0000 Subject: [PATCH] triagebot: add queue notifications Signed-off-by: David Wood --- triagebot.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/triagebot.toml b/triagebot.toml index 1a30399e46c..6634909d3fd 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"]