add style team triagebot config
This commit is contained in:
parent
c18a5e8a5b
commit
da538c1fa8
@ -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).)
|
(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]
|
[assign]
|
||||||
warn_non_default_branch = true
|
warn_non_default_branch = true
|
||||||
contributing_url = "https://rustc-dev-guide.rust-lang.org/contributing.html"
|
contributing_url = "https://rustc-dev-guide.rust-lang.org/contributing.html"
|
||||||
@ -560,6 +563,12 @@ ast_lowering = [
|
|||||||
fallback = [
|
fallback = [
|
||||||
"@Mark-Simulacrum"
|
"@Mark-Simulacrum"
|
||||||
]
|
]
|
||||||
|
style-team = [
|
||||||
|
"@calebcartwright",
|
||||||
|
"@compiler-errors",
|
||||||
|
"@joshtriplett",
|
||||||
|
"@yaahc",
|
||||||
|
]
|
||||||
|
|
||||||
[assign.owners]
|
[assign.owners]
|
||||||
"/.github/workflows" = ["infra-ci"]
|
"/.github/workflows" = ["infra-ci"]
|
||||||
@ -604,6 +613,7 @@ fallback = [
|
|||||||
"/src/doc/rust-by-example" = ["@ehuss"]
|
"/src/doc/rust-by-example" = ["@ehuss"]
|
||||||
"/src/doc/rustc-dev-guide" = ["@ehuss"]
|
"/src/doc/rustc-dev-guide" = ["@ehuss"]
|
||||||
"/src/doc/rustdoc" = ["rustdoc"]
|
"/src/doc/rustdoc" = ["rustdoc"]
|
||||||
|
"/src/doc/style-guide" = ["style-team"]
|
||||||
"/src/etc" = ["@Mark-Simulacrum"]
|
"/src/etc" = ["@Mark-Simulacrum"]
|
||||||
"/src/librustdoc" = ["rustdoc"]
|
"/src/librustdoc" = ["rustdoc"]
|
||||||
"/src/llvm-project" = ["@cuviper"]
|
"/src/llvm-project" = ["@cuviper"]
|
||||||
|
Loading…
Reference in New Issue
Block a user