Skip to content
This repository was archived by the owner on Jun 17, 2022. It is now read-only.

Commit 5e2a4dd

Browse files
committed
README.md added English version, added support event list.
1 parent 9e4b225 commit 5e2a4dd

File tree

1 file changed

+29
-2
lines changed

1 file changed

+29
-2
lines changed

README.md

Lines changed: 29 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,36 @@
11
# Github-Webhook-Notification
22
使用PHP撰写的github webhook 通知模块,用于腾讯云云函数
33

4-
Demo: <https://api.ahdark.com/release/github-to-wechat>
4+
示例: <https://api.ahdark.com/release/github-to-wechat>
55

66
请求时须携带参数`sendkey`,值为企业微信群机器人的Send Key值
77
例如:`https://api.ahdark.com/release/github-to-wechat?sendkey=8679xxxx-xxxx-xxxx-xxxx-xxxx3e2eab49`
88

9-
> `api.ahdark.com`为测试环境,请勿依赖,不保证SLA!
9+
> `api.ahdark.com`为测试环境,请勿依赖,不保证SLA!
10+
11+
### 目前支持的事件:
12+
13+
- Ping
14+
- Push
15+
- Pull Request
16+
- Issue
17+
- Release
18+
19+
---
20+
21+
Github webhook notification module written in PHP, used for Tencent Cloud SCF.
22+
23+
Demo: <https://api.ahdark.com/release/github-to-wechat>
24+
25+
The parameter `sendkey` must be carried when requesting, and the value is the Send Key value of the enterprise WeChat group robot
26+
For example: `https://api.ahdark.com/release/github-to-wechat?sendkey=8679xxxx-xxxx-xxxx-xxxx-xxxx3e2eab49`
27+
28+
> `api.ahdark.com` is a test environment, please do not rely on it, SLA is not guaranteed!
29+
30+
### Currently supported events:
31+
32+
- Ping
33+
- Push
34+
- Pull Request
35+
- Issue
36+
- Release

0 commit comments

Comments
 (0)