- Keeps a PR up to date by continually merging in the base branch as it changes
- When all status checks pass and the PR is up-to-date, it will be squashed and merged
$ dep ensure
$ go build
$ export SLACK_ACCESS_TOKEN=secret-here
$ export GH_ACCESS_TOKEN=secret-here
$ ./mergeit
- Invite @mergeit to a Slack channel
- Tell it to merge your PR:
@mergeit merge https://github.com/full/repo/pull/123