Habitica extension to score a Habitica Task when GitHub commits are pushed.
- Use the Deploy to Heroku button (note down the app name)
- Set up webhooks for all your GitHub repositories you want to track (found under Settings > Webhooks)
- Set the payload url to https://<heroku app name>.herokuapp.com/tasks/<taskId or taskAlias>/score/up
- Set the content type to application/json
- Leave the default setting of event triggers to just the push event
- Done.