- PR Code Reviewer (GitHub App)
- GitHub App client docs
- GitHub API client docs
- Webhook events and payloads
- Volta (a lightweight zero-config tool manager, installation)
yarn
Create a .env
file in the root of the project
cp .dev.vars.dist .dev.vars
Now fill the .dev.vars
file with the correct values.
yarn dev
Then fire specific http requests from the triggers
folder.
yarn coverage
Update the .dev.vars
file
Run the following command, which will prompt you for a value.
yarn wrangler secret put NAME_OF_MY_SECRET
Note: In case of the private key, be sure to preserve the newlines.
yarn deploy
Upgrade Node
volta pin node@lts
Upgrade Yarn
yarn set version stable
volta pin yarn