lita-gitlab
lita-gitlab is a Lita that will display GitLab messages in the channel.
Installation
Add lita-gitlab to your Lita instance's Gemfile:
gem "lita-gitlab"
Configuration
Required attributes
default_room(String) - A channel idenitifier. ie:#general.
Example
Lita.configure do |config|
config.handlers.gitlab.default_room = '#general'
end
Usage
targetsChannel(s) separated by commas. You will need to add a GitLab Webhook url that points to:http://address.of./lita/gitlab?targets=<targets>


