From 626be3722271f48b3d423be51d9a8c1ab65f4558 Mon Sep 17 00:00:00 2001 From: Pietro Albini Date: Mon, 21 Oct 2019 18:32:38 +0200 Subject: create the docsrs-ops marker team This team (synchronized with GitHub) is a marker team as it doesn't represent any team in our structure, but it's used to grant people involved with docs.rs operations access to some parts of our infra. --- teams/docsrs-ops.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 teams/docsrs-ops.toml diff --git a/teams/docsrs-ops.toml b/teams/docsrs-ops.toml new file mode 100644 index 0000000..02fadfe --- /dev/null +++ b/teams/docsrs-ops.toml @@ -0,0 +1,12 @@ +name = "docsrs-ops" +marker-team = true + +[people] +leads = [] +members = [ + "QuietMisdreavus", + "onur", +] + +[github] +orgs = ["rust-lang"] -- cgit v1.2.3