huskies: merge 866
This commit is contained in:
@@ -205,6 +205,7 @@ pub fn get_work_item_content(
|
||||
crate::pipeline_state::Stage::Upcoming => "upcoming",
|
||||
crate::pipeline_state::Stage::Backlog => "backlog",
|
||||
crate::pipeline_state::Stage::Coding => "current",
|
||||
crate::pipeline_state::Stage::Blocked { .. } => "blocked",
|
||||
crate::pipeline_state::Stage::Qa => "qa",
|
||||
crate::pipeline_state::Stage::Merge { .. } => "merge",
|
||||
crate::pipeline_state::Stage::Done { .. } => "done",
|
||||
|
||||
@@ -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