From 82fd8830366434e7fead9e61e01b29f688b1a90c Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Mon, 27 Feb 2017 13:24:02 -0800 Subject: [PATCH] Storyboard: Support invalid tasks in update script These exist. They should not be on the board. Change-Id: Idf496ab70887280adff8a627c0d14a10688e7c5b --- tools/update-storyboard.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/update-storyboard.py b/tools/update-storyboard.py index 6800a35df3..12e6916b95 100644 --- a/tools/update-storyboard.py +++ b/tools/update-storyboard.py @@ -67,6 +67,7 @@ MAP = { 'inprogress': ['In Progress', 'Blocked'], 'review': ['In Progress', 'Blocked'], 'merged': None, + 'invalid': None, }