From 01fe2cee30943c31289d0bafdf8f60189df638e8 Mon Sep 17 00:00:00 2001 From: Gerrit Code Review Date: Thu, 14 Feb 2019 15:13:08 +0000 Subject: [PATCH] Add addPatchSet permission to all projects --- project.config | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/project.config b/project.config index b683e79..18b799d 100644 --- a/project.config +++ b/project.config @@ -16,7 +16,7 @@ [label "Verified"] function = MaxWithBlock value = -1 Fails - value = 0 No score + value = 0 No score value = +1 Verified defaultValue = 0 [label "Code-Review"] @@ -25,7 +25,7 @@ copyMinScore = true value = -2 Do not submit value = -1 I would prefer this is not merged as is - value = 0 No score + value = 0 No score value = +1 Looks good to me, but someone else must approve value = +2 Looks good to me, approved defaultValue = 0 @@ -82,6 +82,7 @@ [access "refs/for/*"] addPatchSet = group Registered Users addPatchSet = group Registered Users + addPatchSet = group Registered Users [allowSuperproject "opnfvdocs"] all = refs/heads/*:refs/heads/* [plugin "its-jira"] -- 2.16.6