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`
This commit is contained in:
commit
8253484854
@ -1186,6 +1186,12 @@ project-exploit-mitigations = [
|
||||
"/src/rustdoc-json-types" = ["rustdoc"]
|
||||
"/src/stage0" = ["bootstrap"]
|
||||
"/tests/run-make" = ["@jieyouxu"]
|
||||
"/tests/rustdoc" = ["rustdoc"]
|
||||
"/tests/rustdoc-gui" = ["rustdoc"]
|
||||
"/tests/rustdoc-js-std" = ["rustdoc"]
|
||||
"/tests/rustdoc-js" = ["rustdoc"]
|
||||
"/tests/rustdoc-json" = ["@aDotInTheVoid"]
|
||||
"/tests/rustdoc-ui" = ["rustdoc"]
|
||||
"/tests/ui" = ["compiler"]
|
||||
"/src/tools/cargo" = ["@ehuss"]
|
||||
"/src/tools/compiletest" = ["bootstrap", "@wesleywiser", "@oli-obk", "@compiler-errors", "@jieyouxu"]
|
||||
|
Loading…
Reference in New Issue
Block a user