Open Pull request from GitHub and will be automatically posted to slack review channel.
- Setup:
git clone git@github.com:Muhnad/slack-review.git
cd slack-review
npm install- Generate Slack token
- Open file
src/constant.js. - Update the
SLACK_TOKENwith your token. - Set the
SLACK_CHANNELwith your code review channel name. Note Must add#before channel name. - Create your own GitHub app
- Update the
.envfile. - Run
npm start
- Install the app on your GitHub Repositories.
- Start Open Pull request from GitHub and will be automatically posted to slack review channel.
Notes
the app by default run on port 3004, if you need to change the port just edit the .env file.
if you need the app run in Background just add & at the end npm start &
See docs for more info.
NOTE the icon of the app used from pluspng
