Skip to content

Commit da538c1

Browse files
add style team triagebot config
1 parent c18a5e8 commit da538c1

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

triagebot.toml

+10
Original file line numberDiff line numberDiff line change
@@ -456,6 +456,9 @@ These commits modify **compiler targets**.
456456
(See the [Target Tier Policy](https://doc.rust-lang.org/nightly/rustc/target-tier-policy.html).)
457457
"""
458458

459+
[mentions."src/doc/style-guide"]
460+
cc = ["@rust-lang/style"]
461+
459462
[assign]
460463
warn_non_default_branch = true
461464
contributing_url = "https://rustc-dev-guide.rust-lang.org/contributing.html"
@@ -560,6 +563,12 @@ ast_lowering = [
560563
fallback = [
561564
"@Mark-Simulacrum"
562565
]
566+
style-team = [
567+
"@calebcartwright",
568+
"@compiler-errors",
569+
"@joshtriplett",
570+
"@yaahc",
571+
]
563572

564573
[assign.owners]
565574
"/.github/workflows" = ["infra-ci"]
@@ -604,6 +613,7 @@ fallback = [
604613
"/src/doc/rust-by-example" = ["@ehuss"]
605614
"/src/doc/rustc-dev-guide" = ["@ehuss"]
606615
"/src/doc/rustdoc" = ["rustdoc"]
616+
"/src/doc/style-guide" = ["style-team"]
607617
"/src/etc" = ["@Mark-Simulacrum"]
608618
"/src/librustdoc" = ["rustdoc"]
609619
"/src/llvm-project" = ["@cuviper"]

0 commit comments

Comments
 (0)