From abeeb2068a6b756e579efa00bf6ac315b67501f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Ber=C3=A1nek?= Date: Fri, 5 Jan 2024 13:02:09 +0100 Subject: [PATCH] Add compiler-team repository under automation --- repos/rust-lang/compiler-team.toml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 repos/rust-lang/compiler-team.toml diff --git a/repos/rust-lang/compiler-team.toml b/repos/rust-lang/compiler-team.toml new file mode 100644 index 000000000..8183e9968 --- /dev/null +++ b/repos/rust-lang/compiler-team.toml @@ -0,0 +1,14 @@ +org = "rust-lang" +name = "compiler-team" +description = "Contains a static site with procedures, policies, working groups, planning documents and minutes of the compiler team." +bots = [] + +[access.teams] +compiler = "write" +compiler-contributors = "write" +wg-prioritization = "write" +types = "write" + +[[branch-protections]] +pattern = "master" +required-approvals = 0