Skip to content

Commit

Permalink
Add rustup repository (#1090)
Browse files Browse the repository at this point in the history
* Add rustup repository

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.

* Remove explicit permissions for mods

The mods have org-wide permissions, so we don't need to set them on the
individual repository as well.
  • Loading branch information
jdno authored Oct 5, 2023
1 parent 765876e commit dcb355d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
10 changes: 10 additions & 0 deletions repos/rust-lang/rustup.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
org = "rust-lang"
name = "rustup"
description = "The Rust toolchain installer"
bots = ["rustbot"]

[access.teams]
rustup = "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 dcb355d

Please sign in to comment.