Storyboard: Support invalid tasks in update script
These exist. They should not be on the board. Change-Id: Idf496ab70887280adff8a627c0d14a10688e7c5b
This commit is contained in:
parent
0d53e47f5e
commit
82fd883036
@ -67,6 +67,7 @@ MAP = {
|
||||
'inprogress': ['In Progress', 'Blocked'],
|
||||
'review': ['In Progress', 'Blocked'],
|
||||
'merged': None,
|
||||
'invalid': None,
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user