huskies: merge 857
This commit is contained in:
@@ -122,6 +122,7 @@ pub async fn handle_delete(
|
||||
fn stage_display_name(stage: &str) -> &str {
|
||||
use crate::pipeline_state::Stage;
|
||||
match Stage::from_dir(stage) {
|
||||
Some(Stage::Upcoming) => "upcoming",
|
||||
Some(Stage::Backlog) => "backlog",
|
||||
Some(Stage::Coding) => "in-progress",
|
||||
Some(Stage::Qa) => "QA",
|
||||
|
||||
Reference in New Issue
Block a user