Skip to content

Latest commit

 

History

History
43 lines (25 loc) · 1023 Bytes

README.md

File metadata and controls

43 lines (25 loc) · 1023 Bytes

slack-GitHub

A webhook for GitHub that posts to your slack chat using an Incoming Webhook integration in slack.

How to use

  • clone the repository : git clone git@github.com:sdslabs/slack-github.git
  • add remote for your heroku application address git remote add git@heroku.com: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.

image

YAY!! ..you are done..


slack-GitHub is built with love at SDSLabs

License

Licenced under MIT Licence. Feel free to contribute.