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:
Clark Boylan 2021-10-11 08:51:33 -07:00
parent cf83939469
commit c93224d8e9
1 changed files with 4 additions and 4 deletions

View File

@ -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"]