Settings

Theme

AutoPR: GitHub Action that automatically creates pull requests from issues

github.com

4 points by irgolic 3 years ago · 1 comment

Reader

irgolicOP 3 years ago

Hey everyone!

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.

You can find my solution here: https://github.com/irgolic/AutoPR/

Here's a quick summary of the features my GitHub Action offers:

- Automatically generates code based on issues in your repo. - Opens PRs for the generated code, making it easy to review and merge changes.

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.

Here's how I used AutoPR to make the license for itself: https://github.com/irgolic/AutoPR/pull/4

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.

Happy coding!

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection