about summary refs log tree commit diff
diff options
context:
space:
mode:
author许杰友 Jieyou Xu (Joe) <jieyouxu@outlook.com>2024-04-05 19:08:23 +0100
committer许杰友 Jieyou Xu (Joe) <jieyouxu@outlook.com>2024-04-05 19:08:23 +0100
commit8d17b2d79ac3a0fd3f293bcb99779da22ecb3d8a (patch)
tree2c5feb47f9d1d468db3bdfec6009679342a882ac
parent1921968cc5403892739b43bdefe793a130badd15 (diff)
downloadrust-8d17b2d79ac3a0fd3f293bcb99779da22ecb3d8a.tar.gz
rust-8d17b2d79ac3a0fd3f293bcb99779da22ecb3d8a.zip
Add jieyouxu to compiler review rotation and as a reviewer for `tests/run-make`, `src/tools/run-make-support` and `src/tools/compiletest`
-rw-r--r--triagebot.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/triagebot.toml b/triagebot.toml
index 3db0f7dc443..293532c7a14 100644
--- a/triagebot.toml
+++ b/triagebot.toml
@@ -793,6 +793,7 @@ compiler-team-contributors = [
     "@fmease",
     "@fee1-dead",
     "@BoxyUwU",
+    "@jieyouxu",
 ]
 compiler = [
     "compiler-team",
@@ -973,10 +974,12 @@ project-exploit-mitigations = [
 "/src/llvm-project" =                                    ["@cuviper"]
 "/src/rustdoc-json-types" =                              ["rustdoc"]
 "/src/stage0.json" =                                     ["bootstrap"]
+"/tests/run-make" =                                      ["@jieyouxu"]
 "/tests/ui" =                                            ["compiler"]
 "/src/tools/cargo" =                                     ["@ehuss"]
-"/src/tools/compiletest" =                               ["bootstrap", "@wesleywiser", "@oli-obk", "@compiler-errors"]
+"/src/tools/compiletest" =                               ["bootstrap", "@wesleywiser", "@oli-obk", "@compiler-errors", "@jieyouxu"]
 "/src/tools/linkchecker" =                               ["@ehuss"]
+"/src/tools/run-make-support" =                          ["@jieyouxu"]
 "/src/tools/rust-installer" =                            ["bootstrap"]
 "/src/tools/rustbook" =                                  ["@ehuss"]
 "/src/tools/rustdoc" =                                   ["rustdoc"]