本项目是一个Fork自LeoEatle/git-webhook-wework-robot的开源项目,用以在企业微信中使用机器人对github repo 的commit 和 pr 进行通知,在原repo的基础上根据项目需求进行了通知部分的更改。
https://service-kv5we7wu-1253186802.gz.apigw.tencentcs.com/release/WxBot_Github
-
git clone https://github.com/lilith-avatar/git-webhook-wework-robot.git
-
注册并登陆腾讯云管理后台,新建一个云函数,可以先选个Node的Helloworld模板
-
点击保存(保存后🉑️测试试试)
-
ok!可以填到Github的webhook里了,类型选择
Send me everything
,也可以自定义,url填上上面的url,别忘了要在后面加上?id={你的机器人id}
作为参数。
在github项目中的Setting
中选择Webhooks
,选择Add Webhooks
,填写url,,如果是使用已经部署过的域名,则为https://service-kv5we7wu-1253186802.gz.apigw.tencentcs.com/release/WxBot_Github
。
Merge Request 会有发起、合并、关闭、重新发起等几种情况,文案和颜色会有所不同。
此项目用于连接git webhook和企业微信机器人webhook,采用koa2 + typescript开发,大部分git webhook 和 企业微信机器人的数据结构已经定义好typing,如:
interface Repository {
name: string;
description: string;
homepage: string;
git_http_url: string;
git_ssh_url: string;
url: string;
visibility_level: number;
}
并且项目有配置严格的tslint和lint-staged等检查。
异步解决方案为async/await
github事件handler: github.ts
gitlab事件handler: gilab.ts
chatRobot推送信息相关: chat.ts
git add .
npm run commit # 让commitlint自动生成commit信息
Thanks goes to these wonderful people (emoji key):
YenYuan 💻 🚧 |
Yuancheng Zhang 👀 |
soul11201 🐛 💻 |
Haitao 🐛 💻 |
This project follows the all-contributors specification. Contributions of any kind welcome!