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:
Matthias Krüger 2025-07-18 14:49:21 +02:00 committed by GitHub
commit c0d848dbc9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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",