Skip to content

Slack bot to keep GitHub PR up-to-date and merge when all status checks pass

License

Notifications You must be signed in to change notification settings

pmdarrow/mergeit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

mergeit!

  • 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

Build

$ dep ensure
$ go build

Run

$ export SLACK_ACCESS_TOKEN=secret-here
$ export GH_ACCESS_TOKEN=secret-here
$ ./mergeit

Usage

  • Invite @mergeit to a Slack channel
  • Tell it to merge your PR: @mergeit merge https://github.com/full/repo/pull/123

About

Slack bot to keep GitHub PR up-to-date and merge when all status checks pass

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages