AI Pull Request Reviewer
Version updated for https://github.com/appchoose/ai-pr-review to version 1.1.5.
- This action is used across all versions by ? repositories.
Action Type
This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action leverages the OpenAI API to perform automated analysis of pull requests, specifically focusing on SQL migrations. It identifies potential database locking issues, analyzes the type of locks applied by SQL queries, and provides recommendations to optimize queries and avoid performance bottlenecks. By automating this review process, it helps developers ensure database stability and improve query efficiency within their pull requests.
What’s Changed
- fix (f33283d)
- set log (e9b0ace)
- fix (717237e)
- fix(lint): fix (c2662ff)
- fix(prompt): Better prompt (82e7f86)
- fix(bundle): Fix dist (fb4e581)
- fix(lock): Fix lock (bc89862)
- Merge pull request #77 from appchoose/fixxhigh (6d164ac)
- fix (4bbcefd)
- Merge branch ‘main’ into fixxhigh (3f4b2f7)