huskies: merge 1018
This commit is contained in:
@@ -507,7 +507,7 @@ fn project_stage_for_view(
|
||||
}),
|
||||
"qa" => Some(Stage::Qa),
|
||||
"blocked" => Some(Stage::Blocked {
|
||||
reason: String::new(),
|
||||
reason: resume_to.unwrap_or("").to_string(),
|
||||
}),
|
||||
"merge" => Some(Stage::Merge {
|
||||
feature_branch: BranchName(format!("feature/story-{story_id}")),
|
||||
|
||||
Reference in New Issue
Block a user