huskies: merge 529_bug_stale_mergemaster_advance_moves_done_stories_back_to_merge_zombie_merge_loop
This commit is contained in:
@@ -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"],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user