huskies: merge 892
This commit is contained in:
@@ -133,6 +133,7 @@ pub fn move_story_to_done(story_id: &str) -> Result<(), String> {
|
||||
Stage::Merge { .. } => PipelineEvent::MergeSucceeded {
|
||||
merge_commit: GitSha("accepted".to_string()),
|
||||
},
|
||||
Stage::MergeFailure { .. } => PipelineEvent::Accepted,
|
||||
Stage::Coding | Stage::Qa | Stage::Backlog => PipelineEvent::Close,
|
||||
_ => {
|
||||
return Err(format!(
|
||||
|
||||
Reference in New Issue
Block a user