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:
Martin Nordholts
2026-04-15 20:05:41 +02:00
parent 32e4c0ecbd
commit f684713c43
+13
View File
@@ -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"]