Skip to content

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

Merged
jnasbyupgrade merged 1 commit into
masterfrom
fix/track-progress-claude-review
Aug 4, 2026
Merged

claude-code-review.yml: enable track_progress for the review step#37
jnasbyupgrade merged 1 commit into
masterfrom
fix/track-progress-claude-review

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 cost 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.

Ported from Postgres-Extensions/cat_tools#69, which found and fixed the same gap.

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 and cannot prove track_progress works. That can only be verified on the next PR after this one merges.

A prompt: input puts claude-code-action into automation mode, which by
default posts nothing to the PR until the whole run finishes. Combined
with the cost gate waiting on sibling CI first, a run can go dark for
close to an hour with zero visible progress. track_progress: true makes
the action post and keep updating a live checklist comment instead.

Ported from Postgres-Extensions/cat_tools#69.
@coderabbitai

coderabbitai Bot commented Aug 4, 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: b20bf943-f9ee-440e-8803-61d4e22c994f

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.

@github-actions

github-actions Bot commented Aug 4, 2026

Copy link
Copy Markdown

Code review

No issues found. Checked for bugs and CLAUDE.md compliance.

@jnasbyupgrade
jnasbyupgrade merged commit 902099d into master Aug 4, 2026
18 checks passed
@jnasbyupgrade
jnasbyupgrade deleted the fix/track-progress-claude-review branch August 4, 2026 20:44
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