We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7363327 commit 7052ca5Copy full SHA for 7052ca5
triagebot.toml
@@ -247,6 +247,15 @@ trigger_labels = [
247
"A-rustdoc-js",
248
]
249
250
+trigger_files = [
251
+ "src/librustdoc/html/",
252
+ "tests/rustdoc/",
253
+ "tests/rustdoc-gui/",
254
+ "tests/rustdoc-js/",
255
+ "tests/rustdoc-js-std/",
256
+ # note: tests/rustdoc-ui tests the CLI, not the web frontend
257
+]
258
+
259
[autolabel."A-rustdoc-search"]
260
trigger_files = [
261
"src/librustdoc/html/static/js/search.js",
0 commit comments