Project

ghrt

0.0
No commit activity in last 3 years
No release in over 3 years
Provides tools for assisting with GitHub reviews
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

~> 1.16
~> 10.0
~> 3.0
~> 0.63.1

Runtime

~> 2.0
 Project Readme

GHRT (GitHub Review Tool)

A simple Gem for for extracting your comments made against a PR and using this as a form of checklist to identify your original comments and whether they have been addressed.

Not my finest piece of work, but a quick conversion of a Ruby script to a Gem so that it could be shared with other developers.

Installation

From RubyGems.org

gem install ghrt

From Source

Clone this repository and run bundle exec rake install.

Usage

  • Ensure GITHUB_USERNAME is set with your GitHub username
  • Ensure GITHUB_TOKEN is set with your GitHub token
  • Run with ghrt -p <pr_number> --repo <org/repo> > comments.html
    • e.g. ghrt -p 1234 --repo amleaver/ghrt > comments.html
    • Full list of argument can be returned with ghrt -h

Development

  • Run bin/setup to install dependencies
  • Run rake spec to run the tests (not implemented yet)
  • Run bin/console for an interactive prompt that will allow you to experiment

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/amleaver/ghrt.

License

The gem is available as open source under the terms of the MIT License.