A GitHub App built with Probot
This repo is a Probot-based GitHub App, built to automate various tasks within a specified GitHub repo.
# Install dependencies
npm install
# Run the bot
npm start
# 1. Build container
docker build -t app .
# 2. Start container
docker run -e APP_ID=<app-id> -e PRIVATE_KEY=<pem-value> app
This repo is licensed under an MIT license. A copy of the license is also provided.