Block Non-interactive users from emailing reviewers.
authorTrevor Bramwell <tbramwell@linuxfoundation.org>
Thu, 28 Apr 2016 16:31:15 +0000 (16:31 +0000)
committerGerrit Code Review <gerrit@172.30.200.206>
Thu, 28 Apr 2016 16:31:15 +0000 (16:31 +0000)
project.config

index 2ee225f..93cf5c1 100644 (file)
@@ -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
 [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
         link = https://jira.opnfv.org/browse/$2
        association = SUGGESTED
 [plugin "its-jira"]
-       enabled = true
        branch = refs/heads/*
+       enabled = true