diff --git a/repos/rust-lang/rustfmt.toml b/repos/rust-lang/rustfmt.toml index 3acb3e230..fe1311628 100644 --- a/repos/rust-lang/rustfmt.toml +++ b/repos/rust-lang/rustfmt.toml @@ -6,6 +6,7 @@ bots = ["rustbot"] [access.teams] rustfmt = "write" +rustfmt-contributors = "write" [[branch-protections]] pattern = "master" diff --git a/teams/rustfmt-contributors.toml b/teams/rustfmt-contributors.toml new file mode 100644 index 000000000..de0e3d802 --- /dev/null +++ b/teams/rustfmt-contributors.toml @@ -0,0 +1,24 @@ +name = "rustfmt-contributors" +subteam-of = "rustfmt" + +[people] +leads = ["Manishearth"] +members = [ + "Manishearth", + "fee1-dead", + "camsteffen", + "jieyouxu" +] +alumni = [] + +[[github]] +orgs = ["rust-lang"] + +[website] +name = "Rustfmt contributors" +description = "Helping the rustdoc team with reviews and planning." +zulip-stream = "t-rustfmt" +repo = "https://github.com/rust-lang/rustfmt" + +[[zulip-groups]] +name = "T-rustfmt-contributors"