File tree 1 file changed +37
-0
lines changed
1 file changed +37
-0
lines changed Original file line number Diff line number Diff line change @@ -227,6 +227,16 @@ exclude_labels = [
227
227
" T-*" ,
228
228
]
229
229
230
+ trigger_labels = [
231
+ " A-rustdoc-json" ,
232
+ " A-rustdoc-type-layout" ,
233
+ " A-rustdoc-scrape-examples" ,
234
+ " A-link-to-definition" ,
235
+ " A-cross-crate-reexports" ,
236
+ " A-intra-doc-links" ,
237
+ " A-doc-alias" ,
238
+ ]
239
+
230
240
[autolabel ."A-rustdoc-json" ]
231
241
trigger_files = [
232
242
" src/librustdoc/json/" ,
@@ -245,6 +255,33 @@ trigger_files = [
245
255
" compiler/rustc_attr_validation" ,
246
256
]
247
257
258
+ [autolabel ."T-rustdoc-frontend" ]
259
+ trigger_labels = [
260
+ " A-rustdoc-search" ,
261
+ " A-rustdoc-ui" ,
262
+ " A-rustdoc-js" ,
263
+ ]
264
+
265
+ trigger_files = [
266
+ " src/librustdoc/html/" ,
267
+ " tests/rustdoc/" ,
268
+ " tests/rustdoc-gui/" ,
269
+ " tests/rustdoc-js/" ,
270
+ " tests/rustdoc-js-std/" ,
271
+ # note: tests/rustdoc-ui tests the CLI, not the web frontend
272
+ ]
273
+
274
+ [autolabel ."A-rustdoc-search" ]
275
+ trigger_files = [
276
+ " src/librustdoc/html/static/js/search.js" ,
277
+ " tests/rustdoc-js" ,
278
+ " tests/rustdoc-js-std" ,
279
+ ]
280
+
281
+ trigger_labels = [
282
+ " A-type-based-search" ,
283
+ ]
284
+
248
285
[autolabel ."T-compiler" ]
249
286
trigger_files = [
250
287
# Source code
You can’t perform that action at this time.
0 commit comments