feat(FN-4941): close or delete GitHub issues when tasks are deleted

Fixed GitHub issue close and delete behavior when tasks are deleted in the dashboard's GitHub tracking state module, with test coverage added for both delete and state tracking scenarios.

Fusion-Task-Id: FN-4941
This commit is contained in:
Fusion (runfusion.ai)
2026-05-17 12:51:01 -07:00
committed by gsxdsm
parent 3ba9e13f75
commit 9dfefc551b
5 changed files with 220 additions and 8 deletions

View File

@@ -0,0 +1,5 @@
---
"@runfusion/fusion": patch
---
Closing/deleting the linked GitHub issue when deleting a tracked Fusion task now completes reliably even after the task is removed from the store, including observable success/failure signals and safe post-delete logging behavior.