Add addPatchSet permission to all projects
authorGerrit Code Review <gerrit@review.ap-northeast-2.compute.internal>
Sat, 10 Nov 2018 11:56:40 +0000 (11:56 +0000)
committerGerrit Code Review <gerrit@review.ap-northeast-2.compute.internal>
Sat, 10 Nov 2018 11:56:40 +0000 (11:56 +0000)
project.config

index 1f5970c734f338d6641de87a63346c2572171477..194e5b707a2b233df71d9980f3798da5ffda79af 100644 (file)
@@ -28,6 +28,7 @@
        value = -1 Fails
        value =  0 No score
        value = +1 Verified
+       defaultValue = 0
 [label "Code-Review"]
        function = MaxWithBlock
        abbreviation = R
@@ -37,6 +38,7 @@
        value =  0 No score
        value = +1 Looks good to me, but someone else must approve
        value = +2 Looks good to me, approved
+       defaultValue = 0
 [receive]
        requireContributorAgreement = false
        requireSignedOffBy = false
@@ -63,3 +65,5 @@
        push = group Registered Users
 [access "refs/for/refs/meta/*"]
        push = group Administrators
+[access "refs/for/*"]
+       addPatchSet = group Registered Users