hapi plugin to automatically merge and clean up passing greenkeeper PRs
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.
$ npm install hapi-greenkeeper-keeper -SThis plugin has a few required options that you will need to pass when you load the plugin on your server.
-
github.tokenrequired: a personal access token for the GitHub account that you intend to process greenkeeper PRsNote: the personal access token will need the
repoandrepo:read_hooksscopes in order to work properly -
acceptActionrequired: how the contribution should be integrated, once accepted. Valid choices include:mergesquashrebase
$ nvm install
$ npm install$ npm test