huskies: merge 1052

This commit is contained in:
dave
2026-05-14 18:04:35 +00:00
parent 977b954e98
commit b9709a6466
6 changed files with 73 additions and 5 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ pub fn aggregate_pipeline_counts(pipeline: &Value) -> Value {
.map(|f| !f.is_null() && f != "")
.unwrap_or(false);
if is_blocked || has_merge_failure {
if (is_blocked || has_merge_failure) && stage != "done" {
let story_id = item
.get("story_id")
.and_then(|s| s.as_str())