From: Trevor Bramwell Date: Thu, 28 Apr 2016 16:31:15 +0000 (+0000) Subject: Block Non-interactive users from emailing reviewers. X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=ce66a089870da0f2f0bc7a752a5eb05087924822;p=All-Projects.git Block Non-interactive users from emailing reviewers. --- diff --git a/project.config b/project.config index 2ee225f..93cf5c1 100644 --- a/project.config +++ b/project.config @@ -4,6 +4,7 @@ administrateServer = group Administrators streamEvents = group Non-Interactive Users accessDatabase = group Administrators + emailReviewers = block group Non-Interactive Users [access "refs/*"] read = group Anonymous Users read = group Registered Users @@ -13,17 +14,19 @@ [label "Verified"] function = MaxWithBlock value = -1 Fails - value = 0 No score + value = 0 No score value = +1 Verified + defaultValue = 0 [label "Code-Review"] function = MaxWithBlock abbreviation = R copyMinScore = true value = -2 Do not submit value = -1 I would prefer that you didn\\'t submit this - 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 [receive] requireContributorAgreement = true requireSignedOffBy = true @@ -134,5 +137,5 @@ link = https://jira.opnfv.org/browse/$2 association = SUGGESTED [plugin "its-jira"] - enabled = true branch = refs/heads/* + enabled = true