Hey everyone!<p>I wanted to share with you a new GitHub Action I've developed that uses GPT-4 to automatically generate code based on issues in your repo and opens pull requests for those changes.<p>You can find my solution here: <a href="https://github.com/irgolic/AutoPR/">https://github.com/irgolic/AutoPR/</a><p>Here's a quick summary of the features my GitHub Action offers:<p>- Automatically generates code based on issues in your repo.
- Opens PRs for the generated code, making it easy to review and merge changes.<p>By using this GitHub Action, you can skip the manual steps of prompt design, and let the AI handle code generation and PR creation for you.<p>Here's how I used AutoPR to make the license for itself: <a href="https://github.com/irgolic/AutoPR/pull/4">https://github.com/irgolic/AutoPR/pull/4</a><p>Feel free to give it a try, and I would love to hear your feedback! It's still in alpha and it works for straightforward tasks, but I have a plan to scale it up. Let's see how far we can push GPT-4 and create a more efficient development process together.<p>Happy coding!