MiniMax Code Review
Version updated for https://github.com/tarmojussila/minimax-code-review to version v0.4.0.
- This action is used across all versions by 3 repositories.
Action Type
This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The “MiniMax Code Review” GitHub Action leverages AI-powered MiniMax models to automatically review pull requests, providing actionable feedback such as bug detection, improvement suggestions, and general code review comments. It automates the code review process by integrating directly into GitHub workflows, helping developers identify issues and optimize code quality efficiently. Key capabilities include customizable review prompts, exclusion of specified files, and support for different MiniMax models.
What’s Changed
What’s Changed
- Add security policy in https://github.com/tarmojussila/minimax-code-review/pull/11
- Add exclude patterns and max diff char limit for large PRs in https://github.com/tarmojussila/minimax-code-review/pull/12
Full Changelog: https://github.com/tarmojussila/minimax-code-review/compare/v0.3.0...v0.4.0