Skip to content

It listens to GitHub issues, magically processes them using GPT, and submits pull requests with the changes.

License

Notifications You must be signed in to change notification settings

Tindell/IssueGenie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IssueGenie

Running locally

pipenv run python src/main.py

pipenv run python test/mockwebhook.py

Running with ngrok

ngrok 127.0.0.1:5000

Set up a webhook on GitHub:

  • Go to your repository's settings, then click "Webhooks."
  • Click "Add webhook."
  • In "Payload URL," enter the ngrok URL (e.g., https://your_ngrok_subdomain.ngrok.io/webhook).
  • Set "Content type" to application/json.
  • Select "Let me select individual events" and choose "Issues."
  • Save the webhook.

About

It listens to GitHub issues, magically processes them using GPT, and submits pull requests with the changes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages