Skip to content

halibot-extra/gitlab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Halibot Gitlab Module

Reports changes to gitlab repositories.

Usage

To install:

halibot fetch gitlab

To add to your local halibot config:

halibot add gitlab

You have to enable the webhook for your gitlab project. See this. You probably have to disable SSL, I didn't write any code to support it.

Only issue and merge request events are currently supported.

Example config

{
  ...


  "module-instances": {
    ...

    "gitlab-example": {
      "of": "gitlab",
      "secret": "sshhhh",
      "dest": "irc0/##example",
      "events": {
        "issues": [
          "opened",
          "reopened",
          "closed"
        ],
        "merge_request": [
          "opened",
          "reopened",
          "closed"
        ]
      }
    }

    ...
  }
}

Releases

No releases published

Packages

No packages published

Languages