From 43d113130568f65edfca34a3152366916b0023a7 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 | 53 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 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..f689f0d5a --- /dev/null +++ b/repos/rust-lang/rust.toml @@ -0,0 +1,53 @@ +org = "rust-lang" +name = "rust" +description = "Empowering everyone to build reliable and efficient software." +bots = ["bors", "rustbot", "rfcbot"] + +[access.teams] +bootstrap = "write" +cargo = "write" +clippy = "write" +compiler = "write" +compiler-contributors = "write" +core = "admin" +infra = "write" +lang = "write" +libs = "write" +libs-api = "write" +libs-contributors = "write" +lang-ops = "write" +mods = "write" +opsem = "write" +project-exploit-mitigations = "write" +project-stable-mir = "write" +release = "write" +rustdoc = "write" +rustdoc-contributors = "triage" +style = "write" +types = "write" +wg-prioritization = "triage" +wg-triage = "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"