/bot-github

Our very own Github Bot

Primary LanguageTypeScriptISC LicenseISC

gh-project-bot

Bot to manage Blitz GitHub project board, all-contributors list in README, and other automations!

A GitHub App built with Probot that automate project board

Setup

# Install dependencies
npm install

# Run with hot reload
npm run build:watch

# Compile and run
npm run build
npm run start