huskies: merge 857
This commit is contained in:
@@ -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