Rollup merge of #145448 - jieyouxu:rustfmt-labels, r=fmease

Autolabel `src/tools/{rustfmt,rust-analyzer}` changes with `T-{rustfmt,rust-analyzer}`

Make e.g. rust-lang/rust#144323 more obvious who should be reviewing it and easier to filter.
This commit is contained in:
Jakub Beránek 2025-08-15 16:04:02 +02:00 committed by GitHub
commit 9bf76aba76
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -627,6 +627,16 @@ trigger_files = [
"src/ci",
]
[autolabel."T-rust-analyzer"]
trigger_files = [
"src/tools/rust-analyzer",
]
[autolabel."T-rustfmt"]
trigger_files = [
"src/tools/rustfmt",
]
# ------------------------------------------------------------------------------
# Prioritization and team nominations
# ------------------------------------------------------------------------------