Skip to content

Commit

Permalink
Add rust repository under automation
Browse files Browse the repository at this point in the history
  • Loading branch information
Kobzol committed Sep 23, 2024
1 parent 7d4fc2c commit c75885b
Showing 1 changed file with 63 additions and 0 deletions.
63 changes: 63 additions & 0 deletions repos/rust-lang/rust.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
org = "rust-lang"
name = "rust"
description = "Empowering everyone to build reliable and efficient software."
bots = ["bors", "rustbot", "rfcbot"]

[access.teams]
types = "write"
wg-prioritization = "triage"
wg-triage = "write"
highfive = "write"
libs = "write"
libs-contributors = "write"
rustdoc = "write"
rustfmt = "pull"
wg-rustc-dev-guide = "pull"
style = "write"
lang = "write"
mods = "write"
compiler = "write"
clippy = "write"
lang-ops = "write"
security = "pull"
infra = "write"
project-exploit-mitigations = "write"
opsem = "write"
project-stable-mir = "write"
compiler-contributors = "write"
core = "admin"
libs-api = "write"
bootstrap = "write"
release = "write"
rfcbot = "write"
bors = "write"
cargo = "write"

[[branch-protections]]
pattern = "master"

[[branch-protections]]
pattern = "stable"

[[branch-protections]]
pattern = "beta"

[[branch-protections]]
pattern = "*"

[[branch-protections]]
pattern = "*/**/*"

[[branch-protections]]
pattern = "cargo_update"

[[branch-protections]]
pattern = "automation/bors/try-merge"

[[branch-protections]]
pattern = "automation/bors/try"

[[branch-protections]]
pattern = "ehuss-test"
required-approvals = 0
pr-required = false

0 comments on commit c75885b

Please sign in to comment.