diff --git a/repos/rust-lang/git2-rs.toml b/repos/rust-lang/git2-rs.toml new file mode 100644 index 000000000..f5cc6d148 --- /dev/null +++ b/repos/rust-lang/git2-rs.toml @@ -0,0 +1,12 @@ +org = "rust-lang" +name = "git2-rs" +description = "libgit2 bindings for Rust" +bots = [] + +[access.teams] +cargo = "write" + +[[branch-protections]] +pattern = "master" +ci-checks = ["Success gate"] +required-approvals = 0