Skip to content

Commit

Permalink
Add forge repo permissions.
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuss authored and Mark-Simulacrum committed Oct 26, 2023
1 parent 3d6303c commit a089303
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions repos/rust-lang/rust-forge.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
org = 'rust-lang'
name = 'rust-forge'
description = 'Information useful to people contributing to Rust'
bots = ["rustbot"]

[access.teams]
community = "maintain"
compiler = "maintain"
compiler-contributors = "maintain"
crates-io = "maintain"
docs-rs = "maintain"
infra = "maintain"
lang = "maintain"
leadership-council = "maintain"
libs = "maintain"
release = "maintain"
triagebot = "maintain"

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

0 comments on commit a089303

Please sign in to comment.