Files
gstack/.github/workflows
Garry TanandClaude Fable 5 8521d89893 fix: slices-comment creates the PR comment via REST — the write-token job has no git context
The token/exec split gives slices-comment NO checkout by design, and gh's
pr-comment subcommand resolves the repo FROM git — it died with 'not a git
repository' on PR #2746's first run (the update-existing PATCH path was
already explicit-repo REST and worked). Create now posts through
gh api repos/.../issues/N/comments, and the wiring test pins that no
git-context-requiring comment call can creep back into the job.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-08-31 14:57:07 +00:00
..