Skip to content

Latest commit

 

History

History
52 lines (37 loc) · 1.61 KB

README.md

File metadata and controls

52 lines (37 loc) · 1.61 KB

github-bot

A GitHub App built with Probot

Contributors Forks Stargazers Issues MIT License


Introduction

This repo is a Probot-based GitHub App, built to automate various tasks within a specified GitHub repo.

Setup

# Install dependencies
npm install

# Run the bot
npm start

Docker

# 1. Build container
docker build -t app .

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

License

This repo is licensed under an MIT license. A copy of the license is also provided.