Skip to content

claude-code-review.yml: enable track_progress for the review step - #69

Merged
jnasbyupgrade merged 2 commits into
Postgres-Extensions:masterfrom
jnasbyupgrade:worktree-claude-review-track-progress
Aug 2, 2026
Merged

claude-code-review.yml: enable track_progress for the review step#69
jnasbyupgrade merged 2 commits into
Postgres-Extensions:masterfrom
jnasbyupgrade:worktree-claude-review-track-progress

Conversation

@jnasbyupgrade

Copy link
Copy Markdown
Contributor

The review step uses a prompt: input, which puts claude-code-action into automation mode -- by default that mode posts nothing to the PR until the whole run finishes, so a slow review (the gate wait plus the review itself can together run close to an hour) looks silently stuck with no visibility. track_progress: true forces a tracking PR comment with a live checklist that updates as Claude works, so progress is visible instead of dead silence.

Note: because this workflow runs on pull_request_target, GitHub always executes the workflow file from the base branch (master), never this PR's version -- so this PR's own claude-review check will still run the old workflow. The track_progress behavior can only be verified on the next PR after this merges.

The review step uses a `prompt:` input, which puts claude-code-action into
automation mode -- by default that mode posts nothing to the PR until the
whole run finishes, so a slow review (the gate wait plus the review itself
can together run close to an hour) looks silently stuck with no visibility.
track_progress: true forces a tracking PR comment with a live checklist that
updates as Claude works, so progress is visible instead of dead silence.
@coderabbitai

coderabbitai Bot commented Aug 2, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: 71418a19-dfb9-40e6-af5f-7da9f4feb1de

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

Commits/PRs that touch only CI (workflow files, CI-only scripts) and don't
affect the main test suite or build should be prefixed with `CI: ` so they're
distinguishable from changes that need the full test suite watched.
@jnasbyupgrade
jnasbyupgrade merged commit 0a61f3a into Postgres-Extensions:master Aug 2, 2026
11 of 12 checks passed
jnasbyupgrade added a commit that referenced this pull request Aug 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant