/chives-bot

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

chives-bot

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 chives-bot .

# 2. Start container
docker run -e APP_ID=<app-id> -e PRIVATE_KEY=<pem-value> chives-bot