Project

automerge

0.0
No commit activity in last 3 years
No release in over 3 years
A Ruby application that automatically merges the Github pull requests of a given user.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 1.1.9
>= 1.14.0
 Project Readme

Introduction¶ ↑

Automerge is a Ruby app that automatically merges the pull requests of a given user. The status of the last commit of a relevant pull request needs to have been set to ‘success’ before Automerge will consider merging it. Automerge relies on other programs that use the Github Commit Status API, such as Jently, to update the status of pull requests.

Getting Started¶ ↑

There are 4 small steps involved in getting Automerge up and running.

Installing the software¶ ↑

Automerge requires several Ruby gems to be installed. You can install all of these in one go by running:

gem install automerge

Downloading Automerge¶ ↑

You’ll need to clone the Automerge repository to your hard drive in order to get started. You can do this by running:

git clone git@github.com:vaneyckt/Automerge.git

Modifying the configuration file¶ ↑

A configuration file can be found in the /config directory. There are a few configuration details that you will need to specify before running Automerge. The comments in the file should hopefully make it easy to get everything set up right.

Running Automerge¶ ↑

Navigate into the Automerge folder and run:

ruby automerge_control.rb start

This command will start Automerge as a daemon process in the background.