TENCHIANG / blog

issue blog
10 stars 1 forks source link

钉钉中设置代码提交提醒--Github机器人 #37

Open TENCHIANG opened 5 years ago

TENCHIANG commented 5 years ago

一、先去钉钉添加github机器人并复制url

群设置 -> 群机器人 -> 添加机器人 -> 选择要添加的机器人 -> GitHub -> 添加 机器人名字:xxx 添加到群组:xxx -> 完成 -> 复制webhook链接 -> 完成

二、GitHub设置

项目仓库 -> Settings -> Webhooks -> Add webhooks

Payload URL Content type: application/json SSL verification: Enable SSL verification Which events would you like to trigger this webhook?: Just the push event.

三、测试

git push

参考

钉钉中设置代码提交提醒--Github机器人