Skip to content

Commit dcb355d

Browse files
authored
Add rustup repository (#1090)
* 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.
1 parent 765876e commit dcb355d

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

repos/rust-lang/rustup.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
org = "rust-lang"
2+
name = "rustup"
3+
description = "The Rust toolchain installer"
4+
bots = ["rustbot"]
5+
6+
[access.teams]
7+
rustup = "maintain"
8+
9+
[[branch-protections]]
10+
pattern = "master"

teams/rustup.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,6 @@ description = "Designing and implementing rustup"
2222
discord-invite = "https://discord.gg/e6Q3cvu"
2323
discord-name = "#wg-rustup"
2424
repo = "https://github.com/rust-lang/rustup"
25+
26+
[[github]]
27+
orgs = ["rust-lang"]

0 commit comments

Comments
 (0)