feat(FN-4253): close linked GitHub issues on task deletion

Implements automatic closing of linked GitHub issues when a task is deleted (FN-4253), adding deletion logic to the GitHub tracking state module with corresponding tests for both state management and deletion behavior, plus a patch changeset for the `@runfusion/fusion` CLI.

Fusion-Task-Id: FN-4253
This commit is contained in:
Fusion
2026-05-12 21:08:00 -07:00
committed by gsxdsm
parent 7428c4fd86
commit d0c9e47f66
6 changed files with 214 additions and 4 deletions

View File

@@ -0,0 +1,5 @@
---
"@runfusion/fusion": minor
---
Close the linked GitHub tracking issue (with state_reason "not_planned") when a tracked Fusion task is deleted.