diff options
| author | 许杰友 Jieyou Xu (Joe) <jieyouxu@outlook.com> | 2024-03-16 19:15:45 +0000 |
|---|---|---|
| committer | 许杰友 Jieyou Xu (Joe) <jieyouxu@outlook.com> | 2024-03-16 19:15:45 +0000 |
| commit | fc42f3bfe38c1653b1de76118d4801bdc5732a37 (patch) | |
| tree | 5f2963aeea4d3718e9587160c2cad9ca63c731ff | |
| parent | 22e241e32e1331aab358ac2843ec63d4cc4ea9f4 (diff) | |
Mention @jieyouxu for changes to compiletest, run-make tests and the run-make-support library
| -rw-r--r-- | triagebot.toml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/triagebot.toml b/triagebot.toml index c972dce1a02..89ffb2f41bb 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -548,6 +548,10 @@ cc = ["@GuillaumeGomez"] message = "Some changes occurred in GUI tests." cc = ["@GuillaumeGomez"] +[mentions."tests/run-make/"] +message = "Some changes occurred in run-make tests." +cc = ["@jieyouxu"] + [mentions."src/librustdoc/html/static/css/themes/ayu.css"] message = "A change occurred in the Ayu theme." cc = ["@Cldfire"] @@ -571,10 +575,17 @@ cc = ["@ehuss"] [mentions."src/tools/clippy"] cc = ["@rust-lang/clippy"] +[mentions."src/tools/compiletest"] +cc = ["@jieyouxu"] + [mentions."src/tools/miri"] message = "The Miri subtree was changed" cc = ["@rust-lang/miri"] +[mentions."src/tools/run-make-support"] +message = "The run-make-support library was changed" +cc = ["@jieyouxu"] + [mentions."src/tools/rust-analyzer"] message = """ rust-analyzer is developed in its own repository. If possible, consider making \ |
