Grant LUCI access to view all accounts

As per step 4.5 in:
go/luci/newroot/getting_started/4_change_verification?var.recipe-repo=build&var.recipe-host=go&var.main-source-repo=go&var.gob-host=go&var.project-id=go#grant-your-service-account-read-access-to-your-gerrit-repo

Change-Id: I242fe24c82d02704af832e1c1c384c49b5826a47
Reviewed-on: https://go-review.googlesource.com/c/All-Projects/+/471755
Reviewed-by: Heschi Kreinick <heschi@google.com>
diff --git a/groups b/groups
index 12ab614..71a9a65 100644
--- a/groups
+++ b/groups
@@ -6,6 +6,7 @@
 adf76ba6894d57eca12698844876eafed66f9990                      	gerritbot
 c7bf27e6d6fe0835046491033e39afd234b33db5                      	may-abandon-changes
 df7e96111acb673748b3161cac96c45ca77a5994                      	may-upload-all-cls
+ebedd7e04a70b1e91cab6bbec6a73155b5c44d5c                      	luci_scoped_account
 global:Anonymous-Users                                        	Anonymous Users
 global:Registered-Users                                       	Registered Users
 google:AI2Pq9r_ksT_hfUOny8swsG8krQwPL5eOM0hGHf4QWGOPdy9igqsdhs	google/google-union:signcla
diff --git a/project.config b/project.config
index 4740248..be7184e 100644
--- a/project.config
+++ b/project.config
@@ -114,6 +114,7 @@
 	value = 0 No score
 	value = +1 Looks good to me
 	function = NoBlock
+	defaultValue = 0
 [label "Commit-Queue"]
 	description = Experimental Commit Queue and TryBots
 	abbreviation = CQ
@@ -122,6 +123,7 @@
 	value = +2 Commit
 	function = NoBlock
 	copyCondition = changekind:NO_CODE_CHANGE
+	defaultValue = 0
 [commitmessage]
 	maxSubjectLength = 1000
 	maxLineLength = 1000
@@ -141,6 +143,7 @@
 	gerrit-google-manageUsersGet = group mdb/copybara-git-readers
 	viewAccess = group gobot
 	viewAllAccounts = group gobot
+	viewAllAccounts = group luci_scoped_account
 	viewAllAccounts = group mdb/copybara-git-readers
 	viewAllAccounts = group mdb/gwsq
 [notify "checkins"]