A GitHub App built with Probot that A Probot app
# Install dependencies
npm install
# Run the bot
npm start
# 1. Build container
docker build -t basic-reviewer .
# 2. Start container
docker run -e APP_ID=<app-id> -e PRIVATE_KEY=<pem-value> basic-reviewer
ISC © 2023 Vinicius Resende