Migrate to shared claude-code-review.yml reusable workflow - #50
Conversation
|
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 |
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. Pinned to @main, matching every other consumer of that shared workflow. This also picks up the --comment fix for the silent-review-failure bug that the old per-repo copy still carried, and the labeled-event/debug-label support ai/'s version added. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
0bc19b5 to
0a94925
Compare
|
Claude finished @jnasbyupgrade's task in 2m 15s —— View job Review: Migrate to shared
|
Reverts #50 — the caller file restated too much rationale already documented in Postgres-Extensions/ai/CI-WORKFLOWS.md. A replacement PR follows using a terser template that mandates reading that file instead of duplicating it. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
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. Pinned to@main, matching every other consumer of that shared workflow. This also picks up the--commentfix for the silent-review-failure bug that the old per-repo copy still carried, and the labeled-event/debug-label support ai/'s version added.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, this repo's default workflow permissions (read) and secret availability (0 repo-level secrets, relying on the org-level one viasecrets: inherit) match what every other caller relies on, andgit merge-treeagainstupstream/masteris clean.Once merged, the real proof is the next PR opened against this repo.