huskies: merge 1018

This commit is contained in:
dave
2026-05-14 09:38:15 +00:00
parent 8b2ba1c810
commit 309542cf2c
12 changed files with 360 additions and 7 deletions
+3 -1
View File
@@ -203,7 +203,9 @@ pub fn transition(state: Stage, event: PipelineEvent) -> Result<Stage, Transitio
(Backlog, Block { reason })
| (Coding { .. }, Block { reason })
| (Qa, Block { reason })
| (Merge { .. }, Block { reason }) => Ok(Blocked { reason }),
| (Merge { .. }, Block { reason })
| (MergeFailure { .. }, Block { reason })
| (MergeFailureFinal { .. }, Block { reason }) => Ok(Blocked { reason }),
// Story 945: ReviewHold no longer auto-archives. It transitions the
// story to `Stage::ReviewHold { resume_to, reason }`, preserving the