Setup initial perms for documentation repos parent Copy these from the homepage repo, but use the Community Managers group instead of the homepage-authors group. The latter has mostly maintainers and a couple inactive contributors. Continue to grant Verified to the gerrit-trusted-contributors group. Change-Id: I8cc48e09290678cf5b2cd181c8b37aa6abba9ed0
diff --git a/groups b/groups index 4164d98..fea1a3f 100644 --- a/groups +++ b/groups
@@ -1,3 +1,5 @@ # UUID Group Name # +b49f61711e6c0148f9f4d90702015bb894289be9 gerrit-trusted-contributors +google:AI2Pq9rlVROuLkKVdIDQkYhidIsMSlH5kqR9YtuxZFvq8sSdqpu70W0 google/gerritcodereview-community-managers@googlegroups.com google:AI2Pq9rwJtXWrKQ9Q62CcHSid7ngIF2hCfJ4bSpVquX_P2z5kFM6v9s google/gerritcodereview-maintainers@googlegroups.com
diff --git a/project.config b/project.config index 13219b3..5e97e31 100644 --- a/project.config +++ b/project.config
@@ -6,3 +6,15 @@ owner = group google/gerritcodereview-maintainers@googlegroups.com [project] description = Parent project for Gerrit documentation-related projects (homepage, summits, etc) +[access "refs/heads/*"] + create = group google/gerritcodereview-community-managers@googlegroups.com + create = group google/gerritcodereview-maintainers@googlegroups.com + label-Code-Review = -2..+2 group google/gerritcodereview-community-managers@googlegroups.com + label-Code-Review = -2..+2 group google/gerritcodereview-maintainers@googlegroups.com + label-Verified = -1..+1 group gerrit-trusted-contributors + label-Verified = -1..+1 group google/gerritcodereview-community-managers@googlegroups.com + label-Verified = -1..+1 group google/gerritcodereview-maintainers@googlegroups.com + removeReviewer = group google/gerritcodereview-community-managers@googlegroups.com + removeReviewer = group google/gerritcodereview-maintainers@googlegroups.com + submit = group google/gerritcodereview-community-managers@googlegroups.com + submit = group google/gerritcodereview-maintainers@googlegroups.com