mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
triagebot.toml: Sync assign.owners with autolabel."T-compiler"
In `autolabel."T-compiler"`, several `./tests/*` dirs are listed. But many of them are missing from `assign.owners`. Add them all to `assign.owners` so reviewers are picked from the compiler group, and not from the small `assign.adhoc_groups.fallback` group.
This commit is contained in:
@@ -1627,6 +1627,18 @@ dep-bumps = [
|
||||
"/src/llvm-project" = ["@cuviper"]
|
||||
"/src/rustdoc-json-types" = ["rustdoc"]
|
||||
"/src/stage0" = ["bootstrap"]
|
||||
"/tests/assembly-llvm" = ["compiler"]
|
||||
"/tests/auxiliary" = ["compiler"]
|
||||
"/tests/codegen-llvm" = ["compiler"]
|
||||
"/tests/codegen-units" = ["compiler"]
|
||||
"/tests/COMPILER_TESTS.md" = ["compiler"]
|
||||
"/tests/coverage-run-rustdoc" = ["compiler"]
|
||||
"/tests/coverage" = ["compiler"]
|
||||
"/tests/crashes" = ["compiler"]
|
||||
"/tests/debuginfo" = ["compiler"]
|
||||
"/tests/incremental" = ["compiler"]
|
||||
"/tests/mir-opt" = ["compiler"]
|
||||
"/tests/pretty" = ["compiler"]
|
||||
"/tests/run-make" = ["compiler"]
|
||||
"/tests/run-make-cargo" = ["compiler"]
|
||||
"/tests/rustdoc-html" = ["rustdoc"]
|
||||
@@ -1636,6 +1648,7 @@ dep-bumps = [
|
||||
"/tests/rustdoc-json" = ["@aDotInTheVoid"]
|
||||
"/tests/rustdoc-ui" = ["rustdoc"]
|
||||
"/tests/ui" = ["compiler"]
|
||||
"/tests/ui-fulldeps" = ["compiler"]
|
||||
"/src/tools/build-manifest" = ["bootstrap"]
|
||||
"/src/tools/cargo" = ["@ehuss"]
|
||||
"/src/tools/compiletest" = ["bootstrap", "@wesleywiser", "@oli-obk", "@jieyouxu"]
|
||||
|
||||
Reference in New Issue
Block a user