diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2024-04-05 22:33:28 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-05 22:33:28 +0200 |
| commit | 7a38225e20b973f9d393075c742268a1935bbbf5 (patch) | |
| tree | f201e2fad6d9db3cec1f2f51668d20010aad6807 | |
| parent | 1bffe75df6252b38c71d2b7391951e37ee829aba (diff) | |
| parent | 8d17b2d79ac3a0fd3f293bcb99779da22ecb3d8a (diff) | |
| download | rust-7a38225e20b973f9d393075c742268a1935bbbf5.tar.gz rust-7a38225e20b973f9d393075c742268a1935bbbf5.zip | |
Rollup merge of #123509 - jieyouxu:add-jieyouxu-review-rotation, r=Mark-Simulacrum
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.toml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/triagebot.toml b/triagebot.toml index 988dd90caae..927852f0ca2 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -798,6 +798,7 @@ compiler-team-contributors = [ "@fmease", "@fee1-dead", "@BoxyUwU", + "@jieyouxu", ] compiler = [ "compiler-team", @@ -978,10 +979,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"] |
