Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 435 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 435 Bytes

bot-bot

a GitHub App built with probot that is used for all round automation for my personal use.

Currently it -

  • Welcomes issue openers with a positive message.

Setup

# Install dependencies
npm install

# Run the bot
npm start

# Run the bot in code watch mode
npm run start:dev

See docs/deploy.md if you would like to run your own instance of this app.