Skip to content

Commit d7f3c39

Browse files
committed
triagebot: expand eligible reviewer pool for tests/{run-make,run-make-cargo} to compiler
So that I don't become the only automatically-assigned reviewer due to weighting reasons.
1 parent c71381f commit d7f3c39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

triagebot.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1623,8 +1623,8 @@ dep-bumps = [
16231623
"/src/llvm-project" = ["@cuviper"]
16241624
"/src/rustdoc-json-types" = ["rustdoc"]
16251625
"/src/stage0" = ["bootstrap"]
1626-
"/tests/run-make" = ["@jieyouxu"]
1627-
"/tests/run-make-cargo" = ["@jieyouxu"]
1626+
"/tests/run-make" = ["compiler"]
1627+
"/tests/run-make-cargo" = ["compiler"]
16281628
"/tests/rustdoc" = ["rustdoc"]
16291629
"/tests/rustdoc-gui" = ["rustdoc"]
16301630
"/tests/rustdoc-js-std" = ["rustdoc"]

0 commit comments

Comments
 (0)