Merge "Ensure non-WIP reviews have a score of 1 as a base"
This commit is contained in:
commit
3e1c8d5be5
@ -87,6 +87,8 @@ class MergeProp(object):
|
||||
# adjust the subject to indicate it's a WIP
|
||||
score = 0
|
||||
self.subject = '(WIP): %s' % self.subject
|
||||
else:
|
||||
score += 1
|
||||
self.score = score
|
||||
self.reason = reason
|
||||
self.cause = cause
|
||||
|
Loading…
x
Reference in New Issue
Block a user