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