Modify access rules
diff --git a/project.config b/project.config
index 54abc9c..8abac12 100644
--- a/project.config
+++ b/project.config
@@ -12,6 +12,7 @@
[access "refs/*"]
read = group Administrators
read = group External Developer
+ read = group Non-Interactive Users
read = group ON.Lab Developer
[access "refs/for/refs/*"]
push = group External Developer
@@ -30,6 +31,7 @@
label-Code-Review = -2..+2 group Administrators
label-Code-Review = -2..+2 group Project Owners
label-Code-Review = -1..+1 group External Developer
+ label-Code-Review = -1..+1 group Non-Interactive Users
label-Code-Review = -1..+1 group ON.Lab Developer
submit = group Administrators
submit = group Project Owners