Skip to content

Commit 8253484

Browse files
authored
Rollup merge of #132878 - aDotInTheVoid:less-pings-for-mark, r=GuillaumeGomez
triagebot: Assign rustdoc tests to T-rustdoc. Should avoid situations like #132871, which got assigned to mark (via fallback) despite being a rustdoc change. For now, I've assigned all our testsuites to the rustdoc group (whoever from T-Rustdoc is on review rotation), except the json one which is assigned to me. CC `@rust-lang/rustdoc` r? `@GuillaumeGomez`
2 parents 5742e22 + 7e9c46b commit 8253484

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

triagebot.toml

+6
Original file line numberDiff line numberDiff line change
@@ -1186,6 +1186,12 @@ project-exploit-mitigations = [
11861186
"/src/rustdoc-json-types" = ["rustdoc"]
11871187
"/src/stage0" = ["bootstrap"]
11881188
"/tests/run-make" = ["@jieyouxu"]
1189+
"/tests/rustdoc" = ["rustdoc"]
1190+
"/tests/rustdoc-gui" = ["rustdoc"]
1191+
"/tests/rustdoc-js-std" = ["rustdoc"]
1192+
"/tests/rustdoc-js" = ["rustdoc"]
1193+
"/tests/rustdoc-json" = ["@aDotInTheVoid"]
1194+
"/tests/rustdoc-ui" = ["rustdoc"]
11891195
"/tests/ui" = ["compiler"]
11901196
"/src/tools/cargo" = ["@ehuss"]
11911197
"/src/tools/compiletest" = ["bootstrap", "@wesleywiser", "@oli-obk", "@compiler-errors", "@jieyouxu"]

0 commit comments

Comments
 (0)