1.1.1 • Published 6 years ago

pr-reviewers-bot v1.1.1

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

CircleCI npm version

PR Reviewers Bot

How to install

$ npm install

How to test

$ npm test

or in watch mode:

$ npm run test:watch

TODO:

  1. read .github/pr_review_bot.yml file
  2. validate configurations
  • don't run if:
    • missing team
    • missing gh_token
    • missing repo name
  1. read/save state from file
  2. sending pr comment with the two selected user
  3. notify user on slack
  4. publish library to npm with semantic release
  5. don't run twice for the same pr
  6. get pr information from circle ci env variables
  7. try to read repository name from package.json