lita-github_pr_list
lita-github_pr_list
is a handler for Lita that connects up with GitHub and lists an organization's pull requests
Installation
Add this line to your application's Gemfile:
gem 'lita-github_pr_list'
And then execute:
$ bundle
Or install it yourself as:
$ gem install lita-github_pr_list
Configuration
Lita.configure do |config|
...
config.handlers.github_pr_list.github_organization = ENV['GITHUB_ORG']
config.handlers.github_pr_list.github_access_token = ENV['GITHUB_TOKEN']
...
end
Usage
Lita: pr list
All of the open pull requests for an organization will get listed out from lita. If it has one of the emoji statuses below it
will display it, otherwise it will display
Emoji status
New -
Placing an
Contributing
- Fork it ( https://github.com/amaabca/lita-github_pr_list/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request