Skip to content

Commit 7052ca5

Browse files
committed
triagebot: add trigger_files for T-rustdoc-frontend
1 parent 7363327 commit 7052ca5

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

triagebot.toml

+9
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,15 @@ trigger_labels = [
247247
"A-rustdoc-js",
248248
]
249249

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+
250259
[autolabel."A-rustdoc-search"]
251260
trigger_files = [
252261
"src/librustdoc/html/static/js/search.js",

0 commit comments

Comments
 (0)