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 May 25, 2024
1 parent 7d4fc2c commit 43d1131
Showing 1 changed file with 53 additions and 0 deletions.
53 changes: 53 additions & 0 deletions repos/rust-lang/rust.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
org = "rust-lang"
name = "rust"
description = "Empowering everyone to build reliable and efficient software."
bots = ["bors", "rustbot", "rfcbot"]

[access.teams]
bootstrap = "write"
cargo = "write"
clippy = "write"
compiler = "write"
compiler-contributors = "write"
core = "admin"
infra = "write"
lang = "write"
libs = "write"
libs-api = "write"
libs-contributors = "write"
lang-ops = "write"
mods = "write"
opsem = "write"
project-exploit-mitigations = "write"
project-stable-mir = "write"
release = "write"
rustdoc = "write"
rustdoc-contributors = "triage"
style = "write"
types = "write"
wg-prioritization = "triage"
wg-triage = "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"

0 comments on commit 43d1131

Please sign in to comment.