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.
This commit is contained in:
Jieyou Xu 2026-01-02 00:39:46 +08:00
parent c71381f55f
commit d7f3c3995c
No known key found for this signature in database
GPG key ID: 045B995028EA6AFC

View file

@ -1623,8 +1623,8 @@ dep-bumps = [
"/src/llvm-project" = ["@cuviper"]
"/src/rustdoc-json-types" = ["rustdoc"]
"/src/stage0" = ["bootstrap"]
"/tests/run-make" = ["@jieyouxu"]
"/tests/run-make-cargo" = ["@jieyouxu"]
"/tests/run-make" = ["compiler"]
"/tests/run-make-cargo" = ["compiler"]
"/tests/rustdoc" = ["rustdoc"]
"/tests/rustdoc-gui" = ["rustdoc"]
"/tests/rustdoc-js-std" = ["rustdoc"]