Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 875 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 875 Bytes

probot-app-todos

build status dependencies status npm version

a GitHub App built with probot that ensures TODOs have corresponding open issues on GitHub

Setup

# Install dependencies
npm install

# Run the bot
npm start

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