From c8e18d92aec718e0fa49f687c98e713b35f91de6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Ber=C3=A1nek?= Date: Sat, 25 May 2024 22:46:03 +0200 Subject: [PATCH] Add rust repository under automation --- repos/rust-lang/rust.toml | 50 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 repos/rust-lang/rust.toml diff --git a/repos/rust-lang/rust.toml b/repos/rust-lang/rust.toml new file mode 100644 index 000000000..d8831fc19 --- /dev/null +++ b/repos/rust-lang/rust.toml @@ -0,0 +1,50 @@ +org = "rust-lang" +name = "rust" +description = "Empowering everyone to build reliable and efficient software." +bots = ["bors", "rustbot", "rfcbot"] + +[access.teams] +types = "write" +wg-prioritization = "triage" +wg-triage = "write" +libs = "write" +libs-contributors = "write" +rustdoc = "write" +style = "write" +lang = "write" +mods = "write" +compiler = "write" +clippy = "write" +lang-ops = "write" +infra = "write" +project-exploit-mitigations = "write" +opsem = "write" +project-stable-mir = "write" +libs-api = "write" +bootstrap = "write" +release = "write" +cargo = "write" + +[[branch-protections]] +pattern = "master" + +[[branch-protections]] +pattern = "stable" + +[[branch-protections]] +pattern = "beta" + +[[branch-protections]] +pattern = "*" + +[[branch-protections]] +pattern = "*/**/*" + +[[branch-protections]] +pattern = "cargo_update" + +[[branch-protections]] +pattern = "automation/bors/try-merge" + +[[branch-protections]] +pattern = "automation/bors/try"