about summary refs log tree commit diff
diff options
context:
space:
mode:
authorCaleb Cartwright <caleb.cartwright@outlook.com>2023-01-25 19:58:22 -0600
committerCaleb Cartwright <caleb.cartwright@outlook.com>2023-01-25 19:58:22 -0600
commitda538c1fa8f568260c8dc29ffae063be85e3aff1 (patch)
tree8c4034a41fdbc2b0bd13594ebd790b6abaf5ca83
parentc18a5e8a5b1afb0d7a582fe9ebad4c1996c90da3 (diff)
downloadrust-da538c1fa8f568260c8dc29ffae063be85e3aff1.tar.gz
rust-da538c1fa8f568260c8dc29ffae063be85e3aff1.zip
add style team triagebot config
-rw-r--r--triagebot.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/triagebot.toml b/triagebot.toml
index 16a31321513..79958729fc5 100644
--- a/triagebot.toml
+++ b/triagebot.toml
@@ -456,6 +456,9 @@ These commits modify **compiler targets**.
 (See the [Target Tier Policy](https://doc.rust-lang.org/nightly/rustc/target-tier-policy.html).)
 """
 
+[mentions."src/doc/style-guide"]
+cc = ["@rust-lang/style"]
+
 [assign]
 warn_non_default_branch = true
 contributing_url = "https://rustc-dev-guide.rust-lang.org/contributing.html"
@@ -560,6 +563,12 @@ ast_lowering = [
 fallback = [
     "@Mark-Simulacrum"
 ]
+style-team = [
+    "@calebcartwright",
+    "@compiler-errors",
+    "@joshtriplett",
+    "@yaahc",
+]
 
 [assign.owners]
 "/.github/workflows" =                       ["infra-ci"]
@@ -604,6 +613,7 @@ fallback = [
 "/src/doc/rust-by-example" =                 ["@ehuss"]
 "/src/doc/rustc-dev-guide" =                 ["@ehuss"]
 "/src/doc/rustdoc" =                         ["rustdoc"]
+"/src/doc/style-guide" =                     ["style-team"]
 "/src/etc" =                                 ["@Mark-Simulacrum"]
 "/src/librustdoc" =                          ["rustdoc"]
 "/src/llvm-project" =                        ["@cuviper"]