Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/smashingboxes/pullme

Ruby shell script used to issue pull requests on Github with existing issues
https://github.com/smashingboxes/pullme

Last synced: 7 days ago
JSON representation

Ruby shell script used to issue pull requests on Github with existing issues

Awesome Lists containing this project

README

        

# PULLME

## Purpose
Issues pull requests on Github and ties it to a given issue number.

## Usage
Clone the repository, cd into your clone and run...
./pullme -s SOURCE_USER:SOURCE_BRANCH -i ISSUE_NUMBER

Change configuration options within *config/settings.yml*

## Want to make a change?
Fork the project, add your modifications and issue a pull request.

## Roadmap
* Add tests
* Add more girth to the README
* Make compatible with Github API v3