Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/smashingboxes/pullme
- Owner: smashingboxes
- Created: 2011-07-13T17:45:04.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-07-14T19:11:14.000Z (over 13 years ago)
- Last Synced: 2024-04-09T22:08:25.430Z (7 months ago)
- Language: Ruby
- Homepage:
- Size: 93.8 KB
- Stars: 1
- Watchers: 38
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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_NUMBERChange 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