Skip to content

Commit

Permalink
Add rustup repository
Browse files Browse the repository at this point in the history
The permissions for the rust-lang/rust repository are out-of-date, and
instead of manually updating them we want to manage the repository
automatically.
  • Loading branch information
jdno committed Oct 4, 2023
1 parent 765876e commit 0ca2953
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
11 changes: 11 additions & 0 deletions repos/rust-lang/rustup.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
org = "rust-lang"
name = "rustup"
description = "The Rust toolchain installer"
bots = ["rustbot"]

[access.teams]
rustup = "maintain"
mods = "maintain"

[[branch-protections]]
pattern = "master"
3 changes: 3 additions & 0 deletions teams/rustup.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,6 @@ description = "Designing and implementing rustup"
discord-invite = "https://discord.gg/e6Q3cvu"
discord-name = "#wg-rustup"
repo = "https://github.com/rust-lang/rustup"

[[github]]
orgs = ["rust-lang"]

0 comments on commit 0ca2953

Please sign in to comment.