Add Forge Committer Identity to Administrators for Acumos projects

To push tags created by users other than the current user
(such as tags mirrored from an upstream project),
Forge Committer Identity must be granted.

Change-Id: Id02ddf6d7902c45fe01b79f51c8e56845f51fc1f
diff --git a/project.config b/project.config
index 783bc5f..165eeeb 100644
--- a/project.config
+++ b/project.config
@@ -64,6 +64,7 @@
 [access "refs/tags/*"]
 	createTag = group Administrators
 	createSignedTag = group Administrators
+	forgeCommitter = group Administrators
 [label "Code-Review"]
 	function = MaxWithBlock
 	defaultValue = 0
@@ -71,13 +72,13 @@
 	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
 [label "Verified"]
 	function = MaxWithBlock
 	value = -1 Fails
-	value =  0 No score
+	value = 0 No score
 	value = +1 Verified
 	copyAllScoresIfNoCodeChange = true
 	defaultValue = 0