Rollup merge of #155352 - Enselic:label-sync, r=Mark-Simulacrum

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.

Discovered in https://github.com/rust-lang/rust/pull/153941#issuecomment-4065145752.

CC fallback group @Mark-Simulacrum @jieyouxu who can maybe confirm that the old setup was not intentional? (Edit: I hope it was not intentional, because in that case I should have reached out to you personally beforehand.)
This commit is contained in:
Jonathan Brouwer
2026-04-19 16:04:30 +02:00
committed by GitHub
+13
View File
@@ -1633,6 +1633,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"]
@@ -1642,6 +1654,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"]