Add jieyouxu to compiler review rotation and as a reviewer for `tests/run-make`, `src/tools/run-make-support` and `src/tools/compiletest`

This commit is contained in:
许杰友 Jieyou Xu (Joe) 2024-04-05 19:08:23 +01:00
parent 1921968cc5
commit 8d17b2d79a
No known key found for this signature in database
GPG Key ID: 95DDEBD74A1DC2C0
1 changed files with 4 additions and 1 deletions

View File

@ -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"]