hapi-greenkeeper-keeper
v3.0.4
Published
hapi plugin to automatically merge and clean up passing greenkeeper PRs
Downloads
144
Readme
hapi-greenkeeper-keeper
hapi plugin to automatically merge and clean up passing greenkeeper PRs
Usage
This is a hapi plugin that you can load into your server instance. You can either load the plugin yourself or use glue to compose your server configuration for a manifest.
Installation
$ npm install hapi-greenkeeper-keeper -S
Configuration
This plugin has a few required options that you will need to pass when you load the plugin on your server.
github.token
required: a personal access token for the GitHub account that you intend to process greenkeeper PRsNote: the personal access token will need the
repo
andrepo:read_hooks
scopes in order to work properlyacceptAction
required: how the contribution should be integrated, once accepted. Valid choices include:merge
squash
rebase
Contributing
Dependencies
$ nvm install
$ npm install
Verification
$ npm test