pr-reviewers-bot
v1.1.1
Published
Small library/bot to suggest reviewers to PR's
Downloads
4
Readme
PR Reviewers Bot
How to install
$ npm install
How to test
$ npm test
or in watch mode:
$ npm run test:watch
TODO:
- read
.github/pr_review_bot.yml
file - validate configurations
- don't run if:
- missing team
- missing gh_token
- missing repo name
- read/save state from file
- sending pr comment with the two selected user
- notify user on slack
- publish library to npm with semantic release
- don't run twice for the same pr
- get pr information from circle ci env variables
- try to read repository name from
package.json