Storyboard: Support invalid tasks in update script

These exist.  They should not be on the board.

Change-Id: Idf496ab70887280adff8a627c0d14a10688e7c5b
This commit is contained in:
James E. Blair 2017-02-27 13:24:02 -08:00
parent 0d53e47f5e
commit 82fd883036
1 changed files with 1 additions and 0 deletions

View File

@ -67,6 +67,7 @@ MAP = {
'inprogress': ['In Progress', 'Blocked'],
'review': ['In Progress', 'Blocked'],
'merged': None,
'invalid': None,
}