Skip to content

Commit

Permalink
Rollup merge of #107313 - calebcartwright:style-guide-triagebot, r=jo…
Browse files Browse the repository at this point in the history
…shtriplett

Add Style Team Triagebot config
  • Loading branch information
matthiaskrgr authored Jan 26, 2023
2 parents dd08f35 + da538c1 commit 267d626
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions triagebot.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -560,6 +563,12 @@ ast_lowering = [
fallback = [
"@Mark-Simulacrum"
]
style-team = [
"@calebcartwright",
"@compiler-errors",
"@joshtriplett",
"@yaahc",
]

[assign.owners]
"/.github/workflows" = ["infra-ci"]
Expand Down Expand Up @@ -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"]
Expand Down

0 comments on commit 267d626

Please sign in to comment.