HydPy / meetup-manager

Django app for automating Meetup Organising taks
MIT License
7 stars 4 forks source link

Use repository webhooks to consume events on github issues #13

Open sarathsomana opened 4 years ago

sarathsomana commented 4 years ago

Consume events published through repository's webhooks. Github's webhooks can be leveraged to automatically add proposals in db and perform actions on the proposals - accept, review, reject, comment, update etc., Github's issue notification email will get triggered on comments - providing a consistent workflow.