Skip to content

Commit 60edec9

Browse files
authored
Rollup merge of #100763 - aDotInTheVoid:triagebot-rdj, r=jyn514
triagebot: Autolabel `A-rustdoc-json`
2 parents af89769 + d35749b commit 60edec9

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

triagebot.toml

+10
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ trigger_files = [
129129

130130
# Internal tooling
131131
"src/etc/htmldocck.py",
132+
"src/etc/check_missing_items.py",
132133
"src/tools/jsondocck",
133134
"src/tools/rustdoc-gui",
134135
"src/tools/rustdoc-js",
@@ -138,6 +139,15 @@ exclude_labels = [
138139
"T-*",
139140
]
140141

142+
[autolabel."A-rustdoc-json"]
143+
trigger_files = [
144+
"src/etc/check_missing_items.py",
145+
"src/librustdoc/json/",
146+
"src/rustdoc-json-types",
147+
"src/test/rustdoc-json",
148+
"src/tools/jsondocck",
149+
]
150+
141151
[autolabel."T-compiler"]
142152
trigger_files = [
143153
# Source code

0 commit comments

Comments
 (0)