File tree 1 file changed +28
-0
lines changed
1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -221,6 +221,16 @@ exclude_labels = [
221
221
" T-*" ,
222
222
]
223
223
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
+
224
234
[autolabel ."A-rustdoc-json" ]
225
235
trigger_files = [
226
236
" src/librustdoc/json/" ,
@@ -230,6 +240,24 @@ trigger_files = [
230
240
" src/tools/jsondoclint" ,
231
241
]
232
242
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
+
233
261
[autolabel ."T-compiler" ]
234
262
trigger_files = [
235
263
# Source code
You can’t perform that action at this time.
0 commit comments