A webhook for GitHub that posts to your slack chat using an Incoming Webhook integration in slack.
- clone the repository :
git clone [email protected]:sdslabs/slack-github.git
- add remote for your heroku application address
git remote add [email protected]:YOUR-APP-NAME.git
- add heroku config variables..
URL variable is required
$ heroku config:set URL=Your-Slack-Incoming-Webhook-Url
optional variables
USERNAME (username, who you want to send messages in chat, ex. bot)
CHANNEL (channel in slack client for messages, ex. general)
- deploy the application to heroku.
- Add Your heroku app's address to your GitHub repo's Webhook Settings.
YAY!! ..you are done..
slack-GitHub is built with love at SDSLabs
Licenced under MIT Licence. Feel free to contribute.