Low commit activity in last 3 years
A long-lived project that still receives updates
Manage GitHub via Ruboty.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

Ruboty::Github

Gem Version Test Maintainability Test Coverage

Manage GitHub via Ruboty. This gem adds deploy pull request command to original ruboty-github plugin.

Install

# Gemfile
gem "ruboty-github"

Usage

@ruboty close <URL>                                       - Close an Issue
@ruboty create issue "<title>" on <repo>[\n<description>] - Create a new Issue
@ruboty merge <URL>                                       - Merge a Pull Request
@ruboty pull request "<title>" from <from> to <to>        - Create a new Pull Request
@ruboty deploy pull request "<title>" from <from> to <to> - Create a new Pull Request for Deploy
@ruboty remember my github token <token>                  - Remember sender's GitHub access token
@ruboty search issues "<query>"                           - Search an Issues/Pull Requests

ENV

GITHUB_BASE_URL - Pass GitHub base URL if needed (e.g. https://github.example.com)

Image