Block Code-Review submit requirement on CR-1
Bot-Commit+1 currently overrides Code-Review submit requirement even if
a CR-1 vote exists.
Bug: crbug.com/1314177
Change-Id: I267ff81d3d6620007faf075fa0e9983cea6741d4
Reviewed-on: https://webrtc-review.googlesource.com/c/All-Projects/+/279624
Reviewed-by: Josip Sokcevic <sokcevic@google.com>
diff --git a/project.config b/project.config
index 48f00f1..0fa2265 100644
--- a/project.config
+++ b/project.config
@@ -147,9 +147,9 @@
project = ^(?!(All-Projects)).*$
skipViaPushOption = true
[submit-requirement "Code-Review"]
- description = At least one maximum vote for label 'Code-Review' is required
- submittableIf = label:Code-Review=MAX,user=non_uploader AND -label:Code-Review=MIN
- overrideIf = label:Bot-Commit=+1
- canOverrideInChildProjects = true
+ description = At least one maximum vote for label 'Code-Review' is required
+ submittableIf = label:Code-Review=MAX,user=non_uploader AND -label:Code-Review=MIN
+ overrideIf = label:Bot-Commit=+1 AND -label:Code-Review=MIN
+ canOverrideInChildProjects = true
[plugin "jwtservice"]
audience = https://api.cr.dev