feat(FN-3867): add changeset for paused scope exclusion feature

Completes Step 4 by adding a patch changeset for `@runfusion/fusion`, signaling that the FN-3864 scope-exclusion work is ready for the next release.

Fusion-Task-Id: FN-3867
This commit is contained in:
Fusion
2026-05-09 11:47:33 -07:00
committed by gsxdsm
parent 45a9bdbbdc
commit f75488d51d
3 changed files with 84 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
---
"@runfusion/fusion": patch
---
Scheduler: exclude paused in-review tasks from `activeScopes`. Paused failed-merge tasks no longer block dispatch of overlapping todo tasks via `blockedBy` re-stamping. (FN-3867)