From 160813e5f39a9e98b053ed1d1b016b91997e0154 Mon Sep 17 00:00:00 2001 From: Gerrit Code Review Date: Tue, 16 Apr 2019 15:10:04 +0000 Subject: [PATCH] Allow admins and project owners to create refs/meta/config --- project.config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/project.config b/project.config index 942ceb2..4810bfc 100644 --- a/project.config +++ b/project.config @@ -13,6 +13,8 @@ [access "refs/meta/config"] read = group Project Owners push = group Administrators + create = group Administrators + create = group Project Owners [label "Verified"] function = MaxWithBlock value = -1 Fails -- 2.16.6