automate the backporting process
Перейти к файлу
Shelley Vohr 20a312e3e8
fix card migration logic when card exist
2018-03-11 05:06:24 +09:00
docs initial commit of scaffolding 2018-03-09 13:52:38 -06:00
spec __tests__ => spec 2018-03-09 13:53:29 -06:00
.travis.yml initial commit of scaffolding 2018-03-09 13:52:38 -06:00
CODE_OF_CONDUCT.md initial commit of scaffolding 2018-03-09 13:52:38 -06:00
CONTRIBUTING.md initial commit of scaffolding 2018-03-09 13:52:38 -06:00
LICENSE initial commit of scaffolding 2018-03-09 13:52:38 -06:00
README.md add description to readme 2018-03-10 19:20:20 +09:00
index.js fix card migration logic when card exist 2018-03-11 05:06:24 +09:00
package.json add randomcolor module 2018-03-09 17:18:20 -06:00

README.md

issue-board-tracking

a GitHub App built with probot that adds issues with certain labels to project boards.

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.