GitHub - luoyanke/gitlab-webhook-tool: gitlab 代码提交,合并请求 事情 触发 发送飞书

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Folders and files

NameName

Last commit message

Last commit date

Latest commit

History

7 Commits

Repository files navigation

访问路径

编译

制品包在 ./dist/linux/

window下交叉编译

$ENV:CGO_ENABLED=0
$ENV:GOOS="linux"
$ENV:GOARCH="amd64"
go build -o ./dist/linux/gitlab-webhook-tool ./cmd/main.go

启动参数

    ./gitlab-webhook-tool -port 6711 -feishuWebhook https://open.feishu.cn/open-apis/bot/v2/hook/11111111111111111
  • port 监听的端口 -feishuWebhook 飞书机器人

About

gitlab 代码提交,合并请求 事情 触发 发送飞书

Resources

Readme

Activity

Stars

2 stars

Watchers

1 watching

Forks

2 forks

Languages