CI: version matrix, JS dogfood, release automation, PR reviewer - #3
Conversation
Split ci.yml into a Python matrix (3.10-3.12) and a Node matrix (18, 20, 22). Install tree-sitter in CI so ast_check parses the hooks JavaScript. Delete three section-label comments in selftest.js that the check flags as paraphrase. Add release.yml: a v* tag builds the GitHub release from the matching CHANGELOG section, via tools/changelog_section.py, which carries its own selftest. Add claude-review.yml: claude-code-action@v1 reviews each same-repo PR for slop. The job is gated on the ANTHROPIC_API_KEY secret, so it skips until the key is set.
|
Warning Review limit reached
Next review available in: 90 minutes You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (5)
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 |
Adds the four CI pieces:
ast_checkparses the hooks JavaScript. Three paraphrase section-comments inselftest.jsremoved to pass it.release.ymlcuts a GitHub release from the CHANGELOG on av*tag, viatools/changelog_section.py(self-tested).claude-review.ymlrunsclaude-code-action@v1on same-repo PRs, gated on theANTHROPIC_API_KEYsecret.Verified locally: python/node selftests, changelog extractor selftest,
ast_check --check hooks/ tools/with tree-sitter, whole-doc lint, em-dash guard.