Skip to content

Commit 9bf76ab

Browse files
authored
Rollup merge of #145448 - jieyouxu:rustfmt-labels, r=fmease
Autolabel `src/tools/{rustfmt,rust-analyzer}` changes with `T-{rustfmt,rust-analyzer}` Make e.g. #144323 more obvious who should be reviewing it and easier to filter.
2 parents b979a31 + 26817ee commit 9bf76ab

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

triagebot.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -627,6 +627,16 @@ trigger_files = [
627627
"src/ci",
628628
]
629629

630+
[autolabel."T-rust-analyzer"]
631+
trigger_files = [
632+
"src/tools/rust-analyzer",
633+
]
634+
635+
[autolabel."T-rustfmt"]
636+
trigger_files = [
637+
"src/tools/rustfmt",
638+
]
639+
630640
# ------------------------------------------------------------------------------
631641
# Prioritization and team nominations
632642
# ------------------------------------------------------------------------------

0 commit comments

Comments
 (0)