From f065a5588eb6d417be3befdc3629ea2d559580f7 Mon Sep 17 00:00:00 2001 From: Alona Enraght-Moony Date: Sat, 15 Feb 2025 13:07:44 +0000 Subject: [PATCH] triagebot.toml: ping me on changes to `tests/rustdoc-json` --- triagebot.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/triagebot.toml b/triagebot.toml index 49cf1213987a1..148fb723ed37d 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -917,6 +917,9 @@ message = "This PR changes how LLVM is built. Consider updating src/bootstrap/do [mentions."test/crashes"] message = "This PR changes a file inside `tests/crashes`. If a crash was fixed, please move into the corresponding `ui` subdir and add 'Fixes #' to the PR description to autoclose the issue upon merge." +[mentions."tests/rustdoc-json"] +cc = ["@aDotInTheVoid"] + [mentions."tests/ui/deriving/deriving-all-codegen.stdout"] message = "Changes to the code generated for builtin derived traits." cc = ["@nnethercote"]