Ruby to automate Git and Github tasks

I am trying to automate my Github process more. I started by creating a script that will take some plain text and put it into a branch name format. The format is one that I defined. From there I thought it would be nice to automate sending up a pull request. That seems to take the most time. So I decided to create a Ruby script for that to. I put those scripts inside my Github repository so that anyone could benefit from them. All of this is using the Github API so you can reference their documentation for further details.

https://github.com/wallerjake/github

Leave a Reply

Your email address will not be published. Required fields are marked *