From: Jan-Simon Moeller Date: Mon, 20 Jan 2020 11:26:50 +0000 (+0000) Subject: Add next branch updaters X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=3f8f67a48cbc039e2657e556adb941bbda63b5e5;p=AGL.git Add next branch updaters --- diff --git a/groups b/groups index 9499561..8e85825 100644 --- a/groups +++ b/groups @@ -1,5 +1,6 @@ # UUID Group Name # +1291573d0b72285c0eccae369b061c1d67ca0f8b AGL-next-branch-owners 4aff3b6cb58a5c3d6a7f0316f1c63e7b3a5e4fe0 AGL-committers 5c257f6f29e15f768e0430dafa6163bc05d758f2 AGL-admins ba25380937eebdc00f32b458a75e1908d6aaf255 AGL-mergers diff --git a/project.config b/project.config index 774488d..dc8c523 100644 --- a/project.config +++ b/project.config @@ -67,3 +67,16 @@ [receive] requireChangeId = true maxObjectSizeLimit = 5M +[access "refs/heads/next"] + abandon = group AGL-next-branch-owners + create = group AGL-next-branch-owners + editTopicName = group AGL-next-branch-owners + forgeAuthor = group AGL-next-branch-owners + forgeCommitter = group AGL-next-branch-owners + label-Code-Review = -2..+2 group AGL-next-branch-owners + label-Verified = -1..+1 group AGL-next-branch-owners + owner = group AGL-next-branch-owners + push = +force group AGL-next-branch-owners + read = group AGL-next-branch-owners + rebase = group AGL-next-branch-owners + submit = group AGL-next-branch-owners