about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLuke Granger-Brown <git@lukegb.com>2022-09-18T22·24+0100
committerlukegb <lukegb@tvl.fyi>2022-09-18T22·26+0000
commit6ac4797081ea979e716818db4bed17553d2fa1a6 (patch)
tree8be058cb5edd683f8810a26748ed7e277491b080
parent6e6f8b948c7489ed13003f31f3edbea785ec2c03 (diff)
chore(gerrit): fix copyCondition
Apparently "or" is case-sensitive.

Change-Id: I3c7132c1299e002dab5acaa0cafb4a33402598a0
Reviewed-on: https://cl.tvl.fyi/c/depot/+/6660
Reviewed-by: tazjin <tazjin@tvl.su>
-rw-r--r--project.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/project.config b/project.config
index be30d9bf29..a2431b61fe 100644
--- a/project.config
+++ b/project.config
@@ -47,7 +47,7 @@
 [label "Code-Review"]
 	function = MaxWithBlock
 	defaultValue = 0
-	copyCondition = (is:ANY AND has:unchanged-files) or is:MIN
+	copyCondition = (is:ANY AND has:unchanged-files) OR is:MIN
 	value = -2 This shall not be merged
 	value = -1 I would prefer this is not merged as is
 	value = 0 No score