FN-8110: add failed-check fix task action
Add an in-context recovery path for failed GitHub PR checks.
- Add a per-failed-check Create fix task action with progress and result feedback.
- Compose fix-task context from the selected PR, repository, branches, check status, and details URL.
- Cover the GitHub import behavior and document the feature release.
Files changed: .changeset/fn-8110-pr-failed-check-fix-task.md | 7 +
docs/dashboard-guide.md | 2 +-
.../dashboard/app/components/GitHubImportModal.css | 23 ++++
.../dashboard/app/components/GitHubImportModal.tsx | 91 ++++++++++++-
.../__tests__/GitHubImportModal.test.tsx | 148 +++++++++++++++++++++
5 files changed, 269 insertions(+), 2 deletions(-)
Fusion-Task-Id: FN-8110
Fusion-Task-Lineage: 0f69a4e2-d950-4a9f-925e-bd56fb6bf45d
Co-authored-by: Fusion (runfusion.ai) <noreply@runfusion.ai>