feat(FN-4378): complete Step 7 — document github issue delete actions

Fusion-Task-Id: FN-4378
Fusion-Task-Lineage: d3867ba8-f852-41e3-9db0-584c0ffc23b1
This commit is contained in:
Fusion
2026-05-13 14:12:22 -07:00
committed by gsxdsm
parent fde918784e
commit e5b5a6d771
3 changed files with 15 additions and 1 deletions

View File

@@ -1153,3 +1153,12 @@ import { InsightsView } from "./components/InsightsView";
}}
/>
```
## GitHub tracking issue handling on task delete
When deleting a task that has an active linked GitHub tracking issue, the dashboard prompts for one of three actions:
- **Close issue** (default behavior for API callers that do not pass an explicit action)
- **Delete issue** (requires gh CLI authentication)
- **Leave issue unchanged**
This choice is sent as `githubIssueAction` through the delete-task API and propagated to the tracking-state service.