lita-gitlab

Build Status Code Climate Coverage Status

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

  • targets Channel(s) separated by commas. You will need to add a GitLab Webhook url that points to: http://address.of./lita/gitlab?targets=<targets>

License

MIT