huskies: merge 972

This commit is contained in:
dave
2026-05-13 13:34:01 +00:00
parent 61815ebf5c
commit 5617da5c27
2 changed files with 8 additions and 0 deletions
+2
View File
@@ -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 { .. },