From a0893035b34affcc6ffe60de3024b195d7958295 Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Thu, 19 Oct 2023 09:24:09 -0700 Subject: [PATCH] Add forge repo permissions. --- repos/rust-lang/rust-forge.toml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 repos/rust-lang/rust-forge.toml diff --git a/repos/rust-lang/rust-forge.toml b/repos/rust-lang/rust-forge.toml new file mode 100644 index 000000000..380bcd45b --- /dev/null +++ b/repos/rust-lang/rust-forge.toml @@ -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"