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: I86a9d176068ed1b99d80128888b3a64bdeb6e826
diff --git a/project.config b/project.config
index a977b41..a70598b 100644
--- a/project.config
+++ b/project.config
@@ -146,5 +146,5 @@
[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
+ overrideIf = label:Bot-Commit=+1 AND -label:Code-Review=MIN
canOverrideInChildProjects = true