Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 756 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 756 Bytes

wechat-webhook

wechat-webhook is used for gitlab notification to WeChat Work group. Inspired by dingding gitlab robot.

usage

  1. mkdir build && cd build && cmake ..
  2. just start wechat-webhook instance,
  3. gitlab config webhook url
http://<ip>:port/webhook/gitlab?id=<robot token id>
http://<ip>:port/webhook/grafana?id=<robot token id>

features

  • push event
  • tag event
  • merge event
  • branch create/delete event
  • grafana alert

dependency