fix(FN-4890): preserve active todo blockers in stale-blocked sweep

Fusion-Task-Id: FN-4890
Fusion-Task-Lineage: d1ae6585-7df0-481f-83c3-c7cdd45daf4f
This commit is contained in:
Fusion (runfusion.ai)
2026-05-17 10:56:01 -07:00
committed by gsxdsm
parent 36de8ce0c0
commit e659dd5f14

View File

@@ -2699,8 +2699,6 @@ export class SelfHealingManager {
reason = `blocker ${blockerId} is done`;
} else if (blocker.column === "archived") {
reason = `blocker ${blockerId} is archived`;
} else if (blocker.column === "todo") {
reason = `blocker ${blockerId} is todo`;
} else if (blocker.column === "in-review" && blocker.paused) {
reason = `blocker ${blockerId} in-review + paused`;
} else if (