project.config: don't mention LUCI-TryBot-Result label in submittableIf

Even though this submit requirement was intended to apply and therefore
have any kind of effect only on release branches, I suspect it's also
indirectly causing LUCI-TryBot-Result+1 votes to no longer show up under
Trigger Votes in CLs on all branches.

For now, move it back to applicableIf; we can come back to CL 537736
later on and improve this holistically there.

Change-Id: Ie44b1d340f43bdded993acb96561543f154427ea
Reviewed-on: https://go-review.googlesource.com/c/All-Projects/+/537479
Reviewed-by: Heschi Kreinick <heschi@google.com>
diff --git a/project.config b/project.config
index e389fa7..89bed19 100644
--- a/project.config
+++ b/project.config
@@ -206,8 +206,8 @@
 	canOverrideInChildProjects = true
 [submit-requirement "LUCI-Pass"]
 	description = Changes on release branches must pass LUCI unless TryBot-Bypass+1 is set.
-	applicableIf = branch:\"^refs/heads/release-branch.+\"
-	submittableIf = label:LUCI-TryBot-Result=MAX
+	applicableIf = branch:\"^refs/heads/release-branch.+\" -label:LUCI-TryBot-Result=MAX
+	submittableIf = is:false
 	overrideIf = label:TryBot-Bypass=MAX
 	canOverrideInChildProjects = true
 [submit-requirement "No-Unresolved-Comments"]