Codex AI Code Review
Version updated for https://github.com/milanhorvatovic/codex-ai-code-review-action to version v1.0.4.
- This action is used across all versions by ? repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The Codex AI Code Review GitHub Action automates code reviews for pull requests using OpenAI Codex. It analyzes code changes, generates structured feedback, and publishes inline comments, summaries, and a final verdict on the PR. Designed with a secure two-job architecture, it separates review and publishing tasks to ensure repository security while offering customizable prompts, models, and confidence thresholds to streamline the code review process.
What’s Changed
What’s Changed
- Fix node22 runtime error by upgrading to node24 by @milanhorvatovic in https://github.com/milanhorvatovic/codex-ai-code-review-action/pull/22
- Add changelog entry for v1.0.4 by @milanhorvatovic in https://github.com/milanhorvatovic/codex-ai-code-review-action/pull/23
Full Changelog: https://github.com/milanhorvatovic/codex-ai-code-review-action/compare/v1.0.3...v1.0.4