A command line tool to check if pull requests are mergeable.
npm install willitmergeA command line tool to check if pull requests are mergeable.
Install with npm install -g willitmerge
Navigate to the project folder you would like to check then run: willitmerge.
This will then look for the remote: upstream or origin in that order. Then
proceeds to check if each open pull request can be merged.
Please note, this will not actually do any merging... only checks.
#### -r, --remote
Override the default remote source lookup eg: willitmerge --remote myremote.
#### --ignore
List of github issue numbers to ignore eg: willitmerge --ignore 123,240,300.
This project uses Grunt for development. Please install
and run grunt before submitting a pull request. Thanks!
* 0.1.0 Built willitmerge tool from grunt-willitmerge
Copyright (c) 2012 Kyle Robinson Young
Licensed under the MIT license.