Add revert permission for all registered users
diff --git a/groups b/groups
index c8e1c45..b68a8bc 100644
--- a/groups
+++ b/groups
@@ -1,7 +1,7 @@
-# UUID Group Name
+# UUID Group Name
#
-global:Anonymous-Users Anonymous Users
-global:Project-Owners Project Owners
-global:Registered-Users Registered Users
+global:Anonymous-Users Anonymous Users
+global:Project-Owners Project Owners
+global:Registered-Users Registered Users
google:AI2Pq9r_ksT_hfUOny8swsG8krQwPL5eOM0hGHf4QWGOPdy9igqsdhs google/google-union:signcla
-mdb:fuchsia-team mdb/fuchsia-team
+mdb:fuchsia-team mdb/fuchsia-team
diff --git a/project.config b/project.config
index 43bdd35..65bbac4 100644
--- a/project.config
+++ b/project.config
@@ -11,8 +11,6 @@
mergeContent = false
action = rebase if necessary
matchAuthorToCommitterDate = false
-[capability]
- administrateServer = group mdb/fuchsia-team
[access "refs/*"]
read = group Anonymous Users
read = group mdb/fuchsia-team
@@ -36,6 +34,7 @@
submit = group mdb/fuchsia-team
editTopicName = +force group Project Owners
editTopicName = +force group mdb/fuchsia-team
+ revert = group Registered Users
[access "refs/meta/config"]
exclusiveGroupPermissions = read
read = group Project Owners
@@ -63,22 +62,24 @@
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
+[reviewer]
+ enableByEmail = false
[accounts]
sameGroupVisibility = deny group google/google-union:signcla
[contributor-agreement "Google CLA"]
description = Google Contributor License Agreement
agreementUrl = static/cla.html
accepted = group google/google-union:signcla
-[reviewer]
- enableByEmail = false
+[capability]
+ administrateServer = group mdb/fuchsia-team
[notify "team"]
email = machina-firehose@google.com
-[commentLink "its-jira"]
- match = (\\[[A-Z][A-Z]+-[1-9][0-9]*\\])
- link = https://fuchsia.atlassian.net/browse/$1
[plugin "its-jira"]
branch = refs/heads/machina
enabled = true
+[commentlink "its-jira"]
+ match = (\\[[A-Z][A-Z]+-[1-9][0-9]*\\])
+ link = https://fuchsia.atlassian.net/browse/$1