feat(FN-3872): add GitHub tracking comments service

Added a GitHub tracking comments service that posts automated comments to GitHub PRs, with a full test suite and documentation. The service is wired into the GitHub registration flow and ships as a changeset patch.

Fusion-Task-Id: FN-3872
This commit is contained in:
Fusion
2026-05-10 02:00:28 -07:00
committed by gsxdsm
parent 9f3dc77840
commit ebab75ec53
6 changed files with 391 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
---
"@runfusion/fusion": patch
---
Fusion now posts a short comment on the linked GitHub tracking issue when a tracked task moves to in-progress or done. Comments include the Fusion task ID as plain text and never link back to the Fusion app.