File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -471,6 +471,7 @@ trigger_files = [
471
471
472
472
[autolabel ."T-infra" ]
473
473
trigger_files = [
474
+ " .github/workflows" ,
474
475
" src/ci" ,
475
476
" src/tools/bump-stage0" ,
476
477
" src/tools/cargotest" ,
@@ -598,6 +599,12 @@ trigger_files = [
598
599
" src/tools/clippy" ,
599
600
]
600
601
602
+ [autolabel ."A-CI" ]
603
+ trigger_files = [
604
+ " .github/workflows" ,
605
+ " src/ci" ,
606
+ ]
607
+
601
608
# ------------------------------------------------------------------------------
602
609
# Prioritization and team nominations
603
610
# ------------------------------------------------------------------------------
@@ -1316,6 +1323,7 @@ infra-ci = [
1316
1323
" @Kobzol" ,
1317
1324
" @marcoieni" ,
1318
1325
" @jdno" ,
1326
+ " @jieyouxu" ,
1319
1327
]
1320
1328
rustdoc = [
1321
1329
" @GuillaumeGomez" ,
You can’t perform that action at this time.
0 commit comments