Skip to content

Commit f0de899

Browse files
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.
1 parent 81d8edc commit f0de899

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: 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)