Skip to content

jordandarlington/github-bot

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published