about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthias Krüger <476013+matthiaskrgr@users.noreply.github.com>2025-03-10 09:32:16 +0100
committerGitHub <noreply@github.com>2025-03-10 09:32:16 +0100
commit49ca431c6cf6fa6d7241db1d828a92cede4a69db (patch)
tree28beab28567012c916cd306c280c28332ba754eb
parent86065acbc312c272debd955f46cb58770ba4f43d (diff)
parenteecf17e803151666c43d55b427bb33dbc08585fe (diff)
downloadrust-49ca431c6cf6fa6d7241db1d828a92cede4a69db.tar.gz
rust-49ca431c6cf6fa6d7241db1d828a92cede4a69db.zip
Rollup merge of #138286 - aDotInTheVoid:aDotInTheVoid-patch-3, r=compiler-errors
triagebot.toml: Don't label `test/rustdoc-json` as A-rustdoc-search (…

Followup to #137958. I managed to miss a place, as shown by the questionable labeling of #138285.
-rw-r--r--triagebot.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/triagebot.toml b/triagebot.toml
index e4231b2966b..8db158b95ed 100644
--- a/triagebot.toml
+++ b/triagebot.toml
@@ -274,7 +274,7 @@ trigger_files = [
 [autolabel."A-rustdoc-search"]
 trigger_files = [
     "src/librustdoc/html/static/js/search.js",
-    "tests/rustdoc-js",
+    "tests/rustdoc-js/",
     "tests/rustdoc-js-std",
 ]