diff options
| author | David Wood <david.wood@huawei.com> | 2024-02-20 10:25:06 +0000 |
|---|---|---|
| committer | David Wood <david.wood@huawei.com> | 2024-02-20 10:25:06 +0000 |
| commit | e5fa6ec845e458984e361e601d603fa050e992e4 (patch) | |
| tree | 5cf2530669bb22a2350712eef4e0b4c6bb404b77 | |
| parent | 5af2130440c198afefbe5b8099342057cf272ef4 (diff) | |
| download | rust-e5fa6ec845e458984e361e601d603fa050e992e4.tar.gz rust-e5fa6ec845e458984e361e601d603fa050e992e4.zip | |
triagebot: add queue notifications
Signed-off-by: David Wood <david@davidtw.co>
| -rw-r--r-- | triagebot.toml | 4 |
1 files changed, 4 insertions, 0 deletions
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"] |
