Open TENCHIANG opened 5 years ago
群设置 -> 群机器人 -> 添加机器人 -> 选择要添加的机器人 -> GitHub -> 添加 机器人名字:xxx 添加到群组:xxx -> 完成 -> 复制webhook链接 -> 完成
项目仓库 -> 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.
application/json
Enable SSL verification
Just the push event.
git push
钉钉中设置代码提交提醒--Github机器人
一、先去钉钉添加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.
三、测试
参考
钉钉中设置代码提交提醒--Github机器人