Code for Slack bot to auto comment the issue information for a specific repository when a user types the issue number.
Makes use of node-slack-client.
- Clone repo into your local machine (
https://github.com/augbog/slack-github-issue.git
) - Navigate to folder (
cd slack-github-issue
) - Run
npm install
- Go to
index.js
and updateBOT_TOKEN
,REPO_OWNER
, andREPO_NAME
- Run
node index.js