Modify access rules
diff --git a/project.config b/project.config
index 917df58..da758e1 100644
--- a/project.config
+++ b/project.config
@@ -9,12 +9,6 @@
rejectImplicitMerges = false
[submit]
mergeContent = true
-[capability]
- administrateServer = group Administrators
- accessDatabase = group Administrators
- priority = batch group Non-Interactive Users
- streamEvents = group Bot Users
- streamEvents = group Non-Interactive Users
[access "refs/*"]
read = group Administrators
read = group Anonymous Users
@@ -65,7 +59,7 @@
copyAllScoresOnTrivialRebase = true
value = -2 This shall not be merged
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
[label "Verified"]
@@ -75,4 +69,10 @@
value = +1 Verified
copyAllScoresIfNoCodeChange = true
defaultValue = 0
-
+[capability]
+ accessDatabase = group Administrators
+ administrateServer = group Administrators
+ priority = batch group Non-Interactive Users
+ streamEvents = group Bot Users
+ streamEvents = group Non-Interactive Users
+ verify-status-saveVerificationReport = group Non-Interactive Users