From 3a4993a5f804f4667fa29f1a1af1909bc38f97e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Ber=C3=A1nek?= Date: Sat, 6 Jan 2024 20:13:33 +0100 Subject: [PATCH] Add rustc-dev-guide repository under automation --- repos/rust-lang/rustc-dev-guide.toml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 repos/rust-lang/rustc-dev-guide.toml diff --git a/repos/rust-lang/rustc-dev-guide.toml b/repos/rust-lang/rustc-dev-guide.toml new file mode 100644 index 000000000..c801d4757 --- /dev/null +++ b/repos/rust-lang/rustc-dev-guide.toml @@ -0,0 +1,16 @@ +org = "rust-lang" +name = "rustc-dev-guide" +description = "A guide to how rustc works and how to contribute to it." +bots = ["rustbot"] + +[access.teams] +compiler = "write" +wg-rustc-dev-guide = "maintain" +infra = "write" +libs = "write" +compiler-contributors = "write" +libs-contributors = "write" + +[[branch-protections]] +pattern = "master" +ci-checks = ["ci"]