From 63ef0c114349ac640b80d6c00b73d79e3e4fcb0f 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 1/2] 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..7105a9db1 --- /dev/null +++ b/repos/rust-lang/compiler-team.toml @@ -0,0 +1,14 @@ +org = "rust-lang" +name = "compiler-team" +description = "A home for compiler team planning documents, meeting minutes, and other such things." +bots = [] + +[access.teams] +compiler = "write" +compiler-contributors = "write" +wg-prioritization = "write" +types = "write" + +[[branch-protections]] +pattern = "master" +required-approvals = 0 From 830a31c3f1a3921092a3d3884750c740449a86b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Ber=C3=A1nek?= Date: Mon, 8 Jan 2024 11:27:17 +0100 Subject: [PATCH 2/2] Add rustbot --- repos/rust-lang/compiler-team.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repos/rust-lang/compiler-team.toml b/repos/rust-lang/compiler-team.toml index 7105a9db1..ced0c61f6 100644 --- a/repos/rust-lang/compiler-team.toml +++ b/repos/rust-lang/compiler-team.toml @@ -1,7 +1,7 @@ org = "rust-lang" name = "compiler-team" description = "A home for compiler team planning documents, meeting minutes, and other such things." -bots = [] +bots = ["rustbot"] [access.teams] compiler = "write"