automate the backporting process
Перейти к файлу
Shelley Vohr 3063efaa5e
add basic usage
2018-03-13 13:43:29 +09:00
docs add basic usage 2018-03-13 13:43:29 +09:00
spec fix tests 2018-03-12 23:47:10 +09:00
src fix tests and linting 2018-03-13 11:16:58 +09:00
.gitignore add initial pass at unlabeling 2018-03-12 18:09:09 +09:00
.travis.yml fix node version in travis 2018-03-12 09:02:13 +09: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 basic usage 2018-03-13 13:43:29 +09:00
package.json fix tests and linting 2018-03-13 11:16:58 +09:00
tsconfig.json more stuff 2018-03-12 17:42:11 +09:00

README.md

Build Status

trop

a GitHub App built with probot that automates the process of backporting features and bugfixes.

Setup

# Install dependencies
npm install

# Run the bot
npm start

Documentation

Please see How To for more details.