huskies: merge 1010
This commit is contained in:
@@ -144,7 +144,13 @@ pub fn get_work_item_content(
|
||||
|
||||
let stages = [
|
||||
("1_backlog", Stage::Backlog),
|
||||
("2_current", Stage::Coding { claim: None }),
|
||||
(
|
||||
"2_current",
|
||||
Stage::Coding {
|
||||
claim: None,
|
||||
plan: Default::default(),
|
||||
},
|
||||
),
|
||||
("3_qa", Stage::Qa),
|
||||
(
|
||||
"4_merge",
|
||||
|
||||
Reference in New Issue
Block a user