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``````
This commit is contained in:
commit
c0d848dbc9
1 changed files with 8 additions and 0 deletions
|
|
@ -471,6 +471,7 @@ trigger_files = [
|
|||
|
||||
[autolabel."T-infra"]
|
||||
trigger_files = [
|
||||
".github/workflows",
|
||||
"src/ci",
|
||||
"src/tools/bump-stage0",
|
||||
"src/tools/cargotest",
|
||||
|
|
@ -598,6 +599,12 @@ trigger_files = [
|
|||
"src/tools/clippy",
|
||||
]
|
||||
|
||||
[autolabel."A-CI"]
|
||||
trigger_files = [
|
||||
".github/workflows",
|
||||
"src/ci",
|
||||
]
|
||||
|
||||
# ------------------------------------------------------------------------------
|
||||
# Prioritization and team nominations
|
||||
# ------------------------------------------------------------------------------
|
||||
|
|
@ -1316,6 +1323,7 @@ infra-ci = [
|
|||
"@Kobzol",
|
||||
"@marcoieni",
|
||||
"@jdno",
|
||||
"@jieyouxu",
|
||||
]
|
||||
rustdoc = [
|
||||
"@GuillaumeGomez",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue