show status as 'done' not 'yes'

Change-Id: Ic75c533916786f79436e0d27e61b0917d676c628
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
Doug Hellmann 2018-08-29 12:41:08 -04:00
parent 93e79a38bf
commit d737537806
1 changed files with 1 additions and 1 deletions

View File

@ -355,7 +355,7 @@ class PatchesCount(lister.Lister):
return 'cleanup patch not found'
workflow_votes = count_votes(cleanup, 'Workflow')
if cleanup.get('status') == 'MERGED':
return 'yes'
return 'DONE'
if open_counts[team]:
return 'not ready for cleanup'
if workflow_votes.get(-1):