Advanced Jules PR Reviewer
Version updated for https://github.com/thalesraymond/jules-pr-reviewer to version v1.7.0.
- This action is used across all versions by 3 repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action uses Google Jules to review pull requests in various programming languages. It provides inline comments directly on code lines with severity and confidence levels, automatically resolves resolved issues after fixes are pushed, and gates merges via a check run if configured. The action is extensible with custom rules and supports deduplication of findings across pushes.
What’s Changed
1.7.0 (2026-08-20)
Features
- ignore-by-title/label/author filters and per-severity actions (#137) (e50c16a)
- per-path review instructions via rules_directory (#138) (337fc00)
- phase3: auto-approve clean verdicts and review evaluator harness (#145) (681f014)
- strictness profiles (quiet / chill / assertive) (#139) (7204d7f)
- utils: add and integrate sleep utility (#135) (a72ecbf)
- zero-config default pass (fail_on defaults to never) (#140) (dc89639)