huskies: merge 866
This commit is contained in:
@@ -13,6 +13,7 @@ pub fn stage_display_name(stage: &str) -> &'static str {
|
||||
Some(Stage::Upcoming) => "Upcoming",
|
||||
Some(Stage::Backlog) => "Backlog",
|
||||
Some(Stage::Coding) => "Current",
|
||||
Some(Stage::Blocked { .. }) => "Blocked",
|
||||
Some(Stage::Qa) => "QA",
|
||||
Some(Stage::Merge { .. }) => "Merge",
|
||||
Some(Stage::Done { .. }) => "Done",
|
||||
|
||||
Reference in New Issue
Block a user