Is there any tool to help integrate GitHub PR reviews with ChatGPT Plus plan?
Since you can’t use the API with just the plus plan, I was thinking of running a GitHub action to call an API endpoint on my local machine which would interface with ChatGPT CLI instructing it to review and leave a comment on PR abc on Repo xyz. Is there a more elegant solution out there than creating something like this myself?