Codex AI Code Review
Version updated for https://github.com/milanhorvatovic/codex-ai-code-review-action to version v2.0.0.
- This action is used across all versions by 1 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action, Codex AI Code Review, provides an automated, AI-driven code review process for pull requests using OpenAI Codex. It divides the workflow into three secure, isolated jobs: preparing code changes, performing parallel AI reviews on code chunks, and publishing inline comments and summaries back to the pull request. By automating detailed code reviews with customizable prompts and configurations, it streamlines the review process and ensures secure, efficient collaboration.
What’s Changed
What’s Changed
- Replace direct OpenAI API calls with openai/codex-action by @milanhorvatovic in https://github.com/milanhorvatovic/codex-ai-code-review-action/pull/25
Full Changelog: https://github.com/milanhorvatovic/codex-ai-code-review-action/compare/v1.0.4...v2.0.0