diff --git a/repos/rust-lang/rustup.toml b/repos/rust-lang/rustup.toml new file mode 100644 index 000000000..a95eeaaac --- /dev/null +++ b/repos/rust-lang/rustup.toml @@ -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" diff --git a/teams/rustup.toml b/teams/rustup.toml index 4d128d0b6..df4b9a3e1 100644 --- a/teams/rustup.toml +++ b/teams/rustup.toml @@ -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"]