Skip to content

Commit 479e189

Browse files
authored
Rollup merge of rust-lang#91817 - rust-lang:rustdoc-autolabel, r=Mark-Simulacrum
rustbot: Add autolabeling for `T-rustdoc` This commit adds autolabeling for the `T-rustdoc` label, for PRs that modify rustdoc's source code, tests, or internal tooling. This is possible now that rust-lang/triagebot#1321 has landed.
2 parents 6d9d8de + dce45a9 commit 479e189

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

triagebot.toml

+23
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,29 @@ exclude_labels = [
9191
"requires-nightly",
9292
]
9393

94+
[autolabel."T-rustdoc"]
95+
trigger_files = [
96+
# Source code
97+
"src/librustdoc",
98+
"src/tools/rustdoc",
99+
"src/rustdoc-json-types",
100+
101+
# Tests
102+
"src/test/rustdoc",
103+
"src/test/rustdoc-ui",
104+
"src/test/rustdoc-gui",
105+
"src/test/rustdoc-js",
106+
"src/test/rustdoc-js-std",
107+
"src/test/rustdoc-json",
108+
109+
# Internal tooling
110+
"src/etc/htmldocck.py",
111+
"src/tools/jsondocck",
112+
"src/tools/rustdoc-gui",
113+
"src/tools/rustdoc-js",
114+
"src/tools/rustdoc-themes",
115+
]
116+
94117
[notify-zulip."I-prioritize"]
95118
zulip_stream = 245100 # #t-compiler/wg-prioritization/alerts
96119
topic = "#{number} {title}"

0 commit comments

Comments
 (0)