You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add skill-started + skill-completed PR comments for workflow_dispatch
claude-code-action@v1 rejects track_progress: true on
workflow_dispatch events, so manual retries and bootstrap
dispatches leave no real-time signal on the PR that the skill is
running -- reviewers had to hunt through the Actions tab to see
progress. On pull_request runs the action posts its own tracking
comment, so this gap only affects workflow_dispatch.
Two workflow_dispatch-only comments:
- Before skill_gen: a "Claude Opus is generating docs updates for
<project> <tag>. Follow progress: <run URL>" placeholder. Static
but enough to signal "yes it started".
- After Augment PR body: a run summary with skill_gen /
skill_review / autofix conclusions and a link to the run for
the Claude Code Report. Runs even if earlier steps failed so
reviewers can see which step died.
Both are gated on `github.event_name == 'workflow_dispatch'` to
avoid duplicating the action's own tracking on Renovate-opened PRs.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
gh pr comment "$PR_NUMBER" --body "Claude Opus is generating docs updates for \`$PROJECT_ID\` \`$NEW_TAG\`. Follow progress in the workflow run: $RUN_URL
503
+
504
+
(This comment replaces the real-time tracking comment claude-code-action posts on Renovate-opened PRs, which isn't supported on \`workflow_dispatch\` events.)"
0 commit comments