huskies: merge 857
This commit is contained in:
@@ -202,6 +202,7 @@ pub fn get_work_item_content(
|
||||
let stage = item
|
||||
.as_ref()
|
||||
.map(|i| match &i.stage {
|
||||
crate::pipeline_state::Stage::Upcoming => "upcoming",
|
||||
crate::pipeline_state::Stage::Backlog => "backlog",
|
||||
crate::pipeline_state::Stage::Coding => "current",
|
||||
crate::pipeline_state::Stage::Qa => "qa",
|
||||
|
||||
@@ -10,6 +10,7 @@ use crate::service::common::item_id::extract_item_number;
|
||||
pub fn stage_display_name(stage: &str) -> &'static str {
|
||||
use crate::pipeline_state::Stage;
|
||||
match Stage::from_dir(stage) {
|
||||
Some(Stage::Upcoming) => "Upcoming",
|
||||
Some(Stage::Backlog) => "Backlog",
|
||||
Some(Stage::Coding) => "Current",
|
||||
Some(Stage::Qa) => "QA",
|
||||
|
||||
Reference in New Issue
Block a user