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:
commit
9bf76aba76
1 changed files with 10 additions and 0 deletions
|
|
@ -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
|
||||
# ------------------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue