huskies: merge 529_bug_stale_mergemaster_advance_moves_done_stories_back_to_merge_zombie_merge_loop

This commit is contained in:
dave
2026-04-10 15:16:50 +00:00
parent 11d19d8902
commit bfede09fe6
2 changed files with 103 additions and 2 deletions
+2 -2
View File
@@ -179,7 +179,7 @@ pub fn move_story_to_merge(project_root: &Path, story_id: &str) -> Result<(), St
story_id,
&["2_current", "3_qa"],
"4_merge",
&[],
&["5_done", "6_archived"],
false,
&["retry_count", "blocked"],
)
@@ -195,7 +195,7 @@ pub fn move_story_to_qa(project_root: &Path, story_id: &str) -> Result<(), Strin
story_id,
&["2_current"],
"3_qa",
&[],
&["5_done", "6_archived"],
false,
&["retry_count", "blocked"],
)