tree: a48b3308c252a6dc8f14debfaeebb0db687dd534 [path history] [tgz]
  1. shared/
  2. test/
  3. .gitignore
  4. Commands.md
  5. findPrsNeedingAttention.ts
  6. gatherMetrics.ts
  7. package-lock.json
  8. package.json
  9. processNewPrs.ts
  10. processPrUpdate.ts
  11. README.md
  12. tsconfig.json
  13. updateReviewers.ts
scripts/ci/pr-bot/README.md

PR Bot

This directory holds all the code (except for Actions Workflows) for our PR bot designed to improve the PR experience. For a list of commands to use when interacting with the bot, see Commands.md. For a design doc explaining the design and implementation, see Automate Reviewer Assignment

Build/Test

To build, run:

npm install
npm run build

To run the tests:

npm test

Before checking in code, run prettier on it:

npm run format