Advanced Jules PR Reviewer
Version updated for https://github.com/thalesraymond/jules-pr-reviewer to version v1.4.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, a Gemini-powered cloud coding agent, to review pull requests and post inline comments with severity levels. It helps identify security flaws in code by analyzing the changes made in a PR, providing line-level feedback and automatically resolving threads if issues are fixed. The action can be configured with custom rules either directly in the workflow or through a file in the repository, enhancing its flexibility and usability.
What’s Changed
1.4.0 (2026-08-06)
Features
- add and integrate strict runtime validation for LLM JSON responses (a348505)
- add resilient Jules JSON payload extraction (e36e44b)
- better logs (25d3b60)
- code-review: added suggested changes to jules response (d1849db)
- fix formatting issues in src/utils.ts and tests/jules.test.ts (a01245e)
- github code suggestion (d617fe3)
- json-validation: enable json validation and fallback (e0331d5)
- jules: retry logic (58f5081)
- logs: improve logs (ffcb246)
- utils: add getErrorMessage utility and integrate it across files (3ce857a)