Skip to content

Commit 5d093cb

Browse files
authored
Rollup merge of rust-lang#137958 - aDotInTheVoid:aDotInTheVoid-patch-2, r=jieyouxu
triagebot.toml: Don't label `test/rustdoc-json` as A-rustdoc-search This happened because `test/rustdoc-js` is a prefix of `test/rustdoc-json`, and triagebot works on prefixes. Maybe this should be fixed in triagebot, but this works now. This happened on rust-lang#137956 and rust-lang#137955.
2 parents e2d40b2 + f0de899 commit 5d093cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

triagebot.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ trigger_files = [
207207
"tests/rustdoc",
208208
"tests/rustdoc-ui",
209209
"tests/rustdoc-gui",
210-
"tests/rustdoc-js",
210+
"tests/rustdoc-js/",
211211
"tests/rustdoc-js-std",
212212
"tests/rustdoc-json",
213213

@@ -1307,7 +1307,7 @@ project-exploit-mitigations = [
13071307
"/tests/rustdoc" = ["rustdoc"]
13081308
"/tests/rustdoc-gui" = ["rustdoc"]
13091309
"/tests/rustdoc-js-std" = ["rustdoc"]
1310-
"/tests/rustdoc-js" = ["rustdoc"]
1310+
"/tests/rustdoc-js/" = ["rustdoc"]
13111311
"/tests/rustdoc-json" = ["@aDotInTheVoid"]
13121312
"/tests/rustdoc-ui" = ["rustdoc"]
13131313
"/tests/ui" = ["compiler"]

0 commit comments

Comments
 (0)