diff options
| author | Alona Enraght-Moony <code@alona.page> | 2024-11-10 21:44:28 +0000 |
|---|---|---|
| committer | Alona Enraght-Moony <code@alona.page> | 2024-11-10 21:44:28 +0000 |
| commit | 7e9c46b8836cef7c63be58ee1aaa2838485ffb06 (patch) | |
| tree | 71b4dbe00430f719c1f03bc8684493ef2161ffd4 | |
| parent | 2128d8df0e858edcbe6a0861bac948b88b7fabc3 (diff) | |
| download | rust-7e9c46b8836cef7c63be58ee1aaa2838485ffb06.tar.gz rust-7e9c46b8836cef7c63be58ee1aaa2838485ffb06.zip | |
triagebot: Assign rustdoc tests to T-rustdoc.
| -rw-r--r-- | triagebot.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/triagebot.toml b/triagebot.toml index 95538dd7ee3..f1dc632aea6 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -1185,6 +1185,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"] |
