afterdesign / hubot-gitlab

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gitlab webhook info "printer"

Print informations from gitlab (webhook) to IRC/hipchat.

Based on omribahumi script.

Only web hook with very simple informations:

"#{hook.user_name} pushed a new branch: [#{branch}]"
"#{hook.user_name} pushed #{hook.total_commits_count} commits to [#{branch}]"

#Plans:

  • add support for gitlab API commands like getting list of merge requests

License

Licensed under the MIT license.

About


Languages

Language:CoffeeScript 100.0%