Auto-label src/ci and .github/workflows with A-CI

And include `.github/workflows` for `T-infra` trigger files.
This commit is contained in:
Jieyou Xu 2025-07-17 17:32:26 +08:00
parent 014bd8290f
commit 2ca2d93035
No known key found for this signature in database
GPG key ID: 8C7B2AF86326863A

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
# ------------------------------------------------------------------------------