about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJacob Pratt <jacob@jhpratt.dev>2025-06-22 08:49:07 +0200
committerGitHub <noreply@github.com>2025-06-22 08:49:07 +0200
commit34dd5362be9fc460208d7b465d0911f25ab4035b (patch)
tree0999eb6bc24f40564ef7055ef930bdcc9c39be1e
parentf5b1c8e72c87730603ff07856e488a4df806a6f9 (diff)
parent6ff229b5e1953f63b3beb03fec59305f12c26fab (diff)
downloadrust-34dd5362be9fc460208d7b465d0911f25ab4035b.tar.gz
rust-34dd5362be9fc460208d7b465d0911f25ab4035b.zip
Rollup merge of #142860 - jieyouxu:notify-tidy, r=jieyouxu
Notify me on tidy changes

r? ghost
-rw-r--r--triagebot.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/triagebot.toml b/triagebot.toml
index 98eb99d9c60..4d13eaf1c84 100644
--- a/triagebot.toml
+++ b/triagebot.toml
@@ -1023,6 +1023,10 @@ Otherwise, you can ignore this comment.
 [mentions."src/tools/x"]
 message = "`src/tools/x` was changed. Bump version of Cargo.toml in `src/tools/x` so tidy will suggest installing the new version."
 
+[mentions."src/tools/tidy"]
+message = "There are changes to the `tidy` tool."
+cc = ["@jieyouxu"]
+
 [mentions."src/tools/tidy/src/deps.rs"]
 message = "The list of allowed third-party dependencies may have been modified! You must ensure that any new dependencies have compatible licenses before merging."
 cc = ["@davidtwco", "@wesleywiser"]