Skip to content

CI: version matrix, JS dogfood, release automation, PR reviewer - #3

Merged
NovusEdge merged 1 commit into
mainfrom
ci-enhancements
Aug 14, 2026
Merged

CI: version matrix, JS dogfood, release automation, PR reviewer#3
NovusEdge merged 1 commit into
mainfrom
ci-enhancements

Conversation

@NovusEdge

Copy link
Copy Markdown
Owner

Adds the four CI pieces:

  • Version matrix — Python 3.10-3.12 and Node 18/20/22.
  • JS dogfood — installs tree-sitter so ast_check parses the hooks JavaScript. Three paraphrase section-comments in selftest.js removed to pass it.
  • Release automationrelease.yml cuts a GitHub release from the CHANGELOG on a v* tag, via tools/changelog_section.py (self-tested).
  • PR reviewerclaude-review.yml runs claude-code-action@v1 on same-repo PRs, gated on the ANTHROPIC_API_KEY secret.

Verified locally: python/node selftests, changelog extractor selftest, ast_check --check hooks/ tools/ with tree-sitter, whole-doc lint, em-dash guard.

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.
@coderabbitai

coderabbitai Bot commented Aug 14, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@NovusEdge, you've reached your PR review limit, so we couldn't start this review.

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 @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

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 configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: 0bdfb2c1-3971-475a-b440-02f9b9032e7f

📥 Commits

Reviewing files that changed from the base of the PR and between 4f2dca1 and 26dc40a.

📒 Files selected for processing (5)
  • .github/workflows/ci.yml
  • .github/workflows/claude-review.yml
  • .github/workflows/release.yml
  • hooks/selftest.js
  • tools/changelog_section.py

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.

@NovusEdge
NovusEdge merged commit b3b2dd2 into main Aug 14, 2026
13 checks passed
@NovusEdge
NovusEdge deleted the ci-enhancements branch August 14, 2026 16:37
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