huskies: merge 972
This commit is contained in:
@@ -340,6 +340,8 @@ fn map_stage_move_to_event(
|
||||
(Stage::MergeFailure { .. }, "backlog") => Ok(PipelineEvent::Demote),
|
||||
// Story 971: send MergeFailure story back to Coding so a coder can fix it.
|
||||
(Stage::MergeFailure { .. }, "current") => Ok(PipelineEvent::FixupRequested),
|
||||
// Story 972: send MergeFailure story back to Qa for a QA agent to re-review.
|
||||
(Stage::MergeFailure { .. }, "qa") => Ok(PipelineEvent::ReQueuedForQa),
|
||||
(
|
||||
Stage::Archived {
|
||||
reason: ArchiveReason::Blocked { .. },
|
||||
|
||||
Reference in New Issue
Block a user