Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 409 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 409 Bytes

basic-reviewer

A GitHub App built with Probot that A Probot app

Setup

# Install dependencies
npm install

# Run the bot
npm start

Docker

# 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

License

ISC © 2023 Vinicius Resende