Modify access rules
diff --git a/project.config b/project.config
index 7392bc7..fee0112 100644
--- a/project.config
+++ b/project.config
@@ -59,11 +59,13 @@
value = 0 No score
value = +1 Looks good to me, but someone else must approve
value = +2 Looks good to me, approved
+ defaultValue = 0
[label "Verified"]
function = MaxWithBlock
value = -1 Fails
value = 0 No score
value = +1 Verified
+ defaultValue = 0
[contributor-agreement "Individual"]
description = If you are going to be contributing code on your own, please sign this CLA. You can sign this one online.
agreementUrl = static/cla.html
@@ -76,3 +78,5 @@
[access "refs/drafts/*"]
push = group Registered Users
publishDrafts = group Registered Users
+[access "refs/for/refs/meta/config"]
+ push = group Administrators