chromiumos: [email protected] is trusted branch uploader

This bot didn't have "serviceaccount" in the name and escaped the
initial query for active robots on branches.

BUG=b:384691204
TEST=upload checks

Change-Id: I4417f70adf7fd2f00b3a83ec6fca0c1442dba93e
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/+/6098240
Reviewed-by: George Burgess <[email protected]>
Feels: George Engelbrecht <[email protected]>
Reviewed-by: Allen Li <[email protected]>
diff --git a/project.config b/project.config
index 9626430..7ef8e30 100644
--- a/project.config
+++ b/project.config
@@ -231,7 +231,7 @@
 	applicableIf = branch:\"^refs/heads/release-R13[1-2].*B\"
 	submittableIf = label:Release-Owner=MAX
 	canOverrideInChildProjects = true
-	overrideIf = uploader:[email protected] OR uploader:[email protected] OR uploader:[email protected]
+	overrideIf = uploader:[email protected] OR uploader:[email protected] OR uploader:[email protected] OR uploader:[email protected]
 [access "^refs/heads/release-R13[1-2].*B"]
 	exclusiveGroupPermissions = label-Release-Owner
 	label-Release-Owner = -1..+1 group mdb/cros-release-merge-approvers
OSZAR »