feat: automatic PR review workflow with OpenCode AI#202
Conversation
New workflow that triggers on PR open/sync/reopen/ready_for_review: - Skips draft PRs - Uses OpenCode AI for general code review - Reviews bugs, security, performance, style, and tests - Posts structured review comment with verdict - Cancels in-progress reviews for same PR Uses existing OPENCODE_API_KEY secret and deepseek-v4-flash-free model.
SummaryAdds a Issues Found[BUG] MEDIUM — Missing
|
|
🎉 Congratulations @himanshu231204! Your pull request has been successfully merged into main. 🚀 Thank you for contributing to OpenAgentHQ and helping improve the project. We truly appreciate your contribution and hope to see you back with more amazing PRs! Happy Open Sourcing! ❤️ |

What
Adds a new GitHub Actions workflow that automatically reviews every PR using OpenCode AI when it's opened or updated.
How it works
pull_requestevents:opened,synchronize,reopened,ready_for_reviewConfiguration
opencode/deepseek-v4-flash-freeOPENCODE_API_KEY(already configured)Verification
After merging, open any PR and check the Actions tab — the workflow should trigger automatically and post a review comment.