File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed
Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -221,6 +221,16 @@ exclude_labels = [
221221 " T-*" ,
222222]
223223
224+ trigger_labels = [
225+ " A-rustdoc-json" ,
226+ " A-rustdoc-type-layout" ,
227+ " A-rustdoc-scrape-examples" ,
228+ " A-link-to-definition" ,
229+ " A-cross-crate-reexports" ,
230+ " A-intra-doc-links" ,
231+ " A-doc-alias" ,
232+ ]
233+
224234[autolabel ."A-rustdoc-json" ]
225235trigger_files = [
226236 " src/librustdoc/json/" ,
@@ -230,6 +240,24 @@ trigger_files = [
230240 " src/tools/jsondoclint" ,
231241]
232242
243+ [autolabel ."T-rustdoc-frontend" ]
244+ trigger_labels = [
245+ " A-rustdoc-search" ,
246+ " A-rustdoc-ui" ,
247+ " A-rustdoc-js" ,
248+ ]
249+
250+ [autolabel ."A-rustdoc-search" ]
251+ trigger_files = [
252+ " src/librustdoc/html/static/js/search.js" ,
253+ " tests/rustdoc-js" ,
254+ " tests/rustdoc-js-std" ,
255+ ]
256+
257+ trigger_labels = [
258+ " A-type-based-search" ,
259+ ]
260+
233261[autolabel ."T-compiler" ]
234262trigger_files = [
235263 # Source code
You can’t perform that action at this time.
0 commit comments