Migrate to shared claude-code-review.yml from Postgres-Extensions/ai - #89
Merged
jnasbyupgrade merged 1 commit intoSep 17, 2026
Conversation
Replaces the hand-maintained review workflow with a thin caller into Postgres-Extensions/ai's reusable workflow_call version, so a future fix lands here without a manual copy. pgxntool-test is the permanent canary for that shared workflow, pinned to @main rather than @v1, so a change runs here for real before the v1 tag protecting the other consuming repos is ever moved to include it. This also picks up the --comment fix for the silent-review-failure bug (cat_tools#98) that the old per-repo copy still carried. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Advanced Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
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. Comment |
Code reviewNo issues found. Checked for bugs and CLAUDE.md compliance. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Replaces the hand-maintained review workflow with a thin caller into Postgres-Extensions/ai's reusable
workflow_callversion, so a future fix lands here without a manual copy. pgxntool-test is the permanent canary for that shared workflow, pinned to@mainrather than@v1, so a change runs here for real before thev1tag protecting the other consuming repos is ever moved to include it. This also picks up the--commentfix for the silent-review-failure bug that the old per-repo copy still carried.This PR cannot be fully validated by its own CI. A
pull_request_targetworkflow change only takes effect after merging to the base branch, and even then it's only exercised by a subsequent PR event against this repo — this PR's own CI run still uses the old workflow file. What's verified here is structural correctness only: the YAML parses,Postgres-Extensions/ai/.github/workflows/claude-code-review.yml@mainresolves (gh api repos/Postgres-Extensions/ai/contents/.github/workflows/claude-code-review.yml?ref=mainreturns the file), the repo's default workflow permissions (read) and secret availability match what every other caller relies on viasecrets: inherit, andgit merge-treeagainstupstream/masteris clean.Once merged, the real proof is the next PR opened against this repo.