circleci-automerge
v1.1.0
Published
Tool to auto merge GitHub pull request branches on Circle CI
Downloads
114
Maintainers
Readme
circleci-automerge
Tool to auto merge GitHub pull request branches on Circle CI
Usage
Install
npm install -g circleci-automerge
Prerequisite
- Create personal access token in GitHub
- Add access token to
GH_TOKEN
environment variable in Circle CI
Options
Usage: circleci-automerge [options]
Options:
-v, --version output the version number
-f, --filter <regexp> regular expression to filter branches
-h, --help output usage information
Examples
Auto merge only branches that start with 'greenkeeper/'
circleci-automerge --filter="^greenkeeper/"
Development
Tests
npm test
Lint
npm run lint