Open
Description
Deal with github notifications that come from the webhook:
- deal with notification for repo issue changes
- deal with notification for organisation changes
Repo issue:
Overwrite relevant postgres row with new issue data
The reason our initial thoughts are to overwrite the row in postgres is so that we dont have to deal with handling each of the different event types from the webhook we set up.
Organisation new repo:
create webhook to listen for issue changes on that new repo and add repo to repos table