kyokomi / slack-webhock

send to slack of the gitlab issues message Go language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

slack-webhock

wercker status

=============

slack webhock golang

Demo

Input

Created Gitlab new Issue.

Output

PostMessage Slack.

Install

Local

~/.bash_profile

# personal-dev
export GITLAB_BASE_URL=http://gitlab.com
export GITLAB_TOKEN={YOUR_GITLAB_TOKEN}
export SLACK_TOKEN={YOUR_SLACK_TOKEN}
export SLACK_CHANNEL={TARGET_SLACK_CHANNEL}

wercker

heroku

gitlab

About

send to slack of the gitlab issues message Go language

License:MIT License


Languages

Language:Go 100.0%