From cc93e1754e93029c0b59c2c80a28b14546f73b28 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 | 59 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 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..041892b71 --- /dev/null +++ b/repos/rust-lang/rust.toml @@ -0,0 +1,59 @@ +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" +highfive = "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" +compiler-contributors = "write" +libs-api = "write" +bootstrap = "write" +release = "write" +rfcbot = "write" +bors = "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" + +[[branch-protections]] +pattern = "ehuss-test" +required-approvals = 0 +pr-required = false