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"]