Skip to content

Commit 97bee8f

Browse files
authored
Rollup merge of #144063 - jieyouxu:label-ci, r=Kobzol
Add myself to the `infra-ci` reviewer group and adjust some infra auto-labels - Commit 1 is a drive-by adjustment. Auto-label `src/ci` and `.github/workflows` with https://github.com/rust-lang/rust/labels/A-CI, and include `.github/workflows` for https://github.com/rust-lang/rust/labels/T-infra trigger files. - Commit 2 adds myself to the `infra-ci` reviewer adhoc group. r? `````@Kobzol`````
2 parents 2d377d2 + 491b873 commit 97bee8f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

triagebot.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -471,6 +471,7 @@ trigger_files = [
471471

472472
[autolabel."T-infra"]
473473
trigger_files = [
474+
".github/workflows",
474475
"src/ci",
475476
"src/tools/bump-stage0",
476477
"src/tools/cargotest",
@@ -598,6 +599,12 @@ trigger_files = [
598599
"src/tools/clippy",
599600
]
600601

602+
[autolabel."A-CI"]
603+
trigger_files = [
604+
".github/workflows",
605+
"src/ci",
606+
]
607+
601608
# ------------------------------------------------------------------------------
602609
# Prioritization and team nominations
603610
# ------------------------------------------------------------------------------
@@ -1316,6 +1323,7 @@ infra-ci = [
13161323
"@Kobzol",
13171324
"@marcoieni",
13181325
"@jdno",
1326+
"@jieyouxu",
13191327
]
13201328
rustdoc = [
13211329
"@GuillaumeGomez",

0 commit comments

Comments
 (0)