From 1019e018def020343ffbafa34bba08b1820690a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Ber=C3=A1nek?= Date: Mon, 22 Jan 2024 11:31:46 +0100 Subject: [PATCH] Add nomicon repo under automation (#1253) --- repos/rust-lang/nomicon.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 repos/rust-lang/nomicon.toml diff --git a/repos/rust-lang/nomicon.toml b/repos/rust-lang/nomicon.toml new file mode 100644 index 000000000..75bbbd3e4 --- /dev/null +++ b/repos/rust-lang/nomicon.toml @@ -0,0 +1,11 @@ +org = "rust-lang" +name = "nomicon" +description = "The Dark Arts of Advanced and Unsafe Rust Programming" +bots = [] + +[access.teams] +lang-docs = "write" + +[[branch-protections]] +pattern = "master" +ci-checks = ["test"]