pr-reviewers-bot
v1.1.1
Published
Small library/bot to suggest reviewers to PR's
Readme
PR Reviewers Bot
How to install
$ npm installHow to test
$ npm testor in watch mode:
$ npm run test:watchTODO:
- read
.github/pr_review_bot.ymlfile - 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
