Rename Gerrit Non-Interactive Users to Service Users
Gerrit made this change in versions 3.3 upstream. Reflect that here. Change-Id: I580a4309b52a4a9c355624842057146a1922f5d1
This commit is contained in:
parent
cdf19298e3
commit
2e08509b16
@ -9,8 +9,8 @@
|
||||
mergeContent = true
|
||||
[capability]
|
||||
administrateServer = group Administrators
|
||||
priority = batch group Non-Interactive Users
|
||||
streamEvents = group Non-Interactive Users
|
||||
priority = batch group Service Users
|
||||
streamEvents = group Service Users
|
||||
[access "refs/*"]
|
||||
read = group Administrators
|
||||
read = group Anonymous Users
|
||||
@ -32,11 +32,11 @@
|
||||
push = group Project Owners
|
||||
label-Code-Review = -2..+2 group Registered Users
|
||||
label-Verified = -2..+2 group Administrators
|
||||
label-Verified = -2..+2 group Non-Interactive Users
|
||||
label-Verified = -2..+2 group Service Users
|
||||
label-Workflow = -1..+1 group Registered Users
|
||||
submit = group Administrators
|
||||
submit = group Project Owners
|
||||
submit = group Non-Interactive Users
|
||||
submit = group Service Users
|
||||
editTopicName = +force group Administrators
|
||||
editTopicName = +force group Project Owners
|
||||
[access "refs/meta/config"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user