Enable copy of review scores when only commit message is changed
Change-Id: I59282ae0ec5dfb06fdf0be3e634c8df434266aa2
diff --git a/project.config b/project.config
index 94c721a..29aab9a 100644
--- a/project.config
+++ b/project.config
@@ -56,6 +56,7 @@
[label "Code-Review"]
function = MaxWithBlock
copyMinScore = true
+ copyAllScoresIfNoCodeChange = true
value = -2 Do not submit
value = -1 I would prefer that you didn't submit this
value = 0 No score
@@ -63,10 +64,11 @@
value = +2 Looks good to me, approved
defaultValue = 0
[label "Verified"]
- function = MaxWithBlock
- value = -1 Fails
- value = 0 No score
- value = +1 Verified
+ function = MaxWithBlock
+ copyAllScoresIfNoCodeChange = true
+ value = -1 Fails
+ value = 0 No score
+ value = +1 Verified
defaultValue = 0
[access "refs/for/*"]
addPatchSet = group Registered Users