chore: auto-fix lint & formatting [skip ci]

This commit is contained in:
github-actions[bot] 2026-08-03 01:52:14 +00:00
parent 2dcb684e94
commit cd591d658a
2 changed files with 48 additions and 48 deletions

View file

@ -5,7 +5,7 @@ WebHooker supports 23 GitHub webhook event types, each with a dedicated formatte
## Events Table ## Events Table
| Event | Description | Embed Highlights | | Event | Description | Embed Highlights |
| ----------------------------- | ------------------------------ | ------------------------------------------------ | | ----------------------------- | ------------------------------ | ------------------------------------------------------------------------------ |
| `push` | Code pushed to a branch | Commit list, branch, author, diff stats | | `push` | Code pushed to a branch | Commit list, branch, author, diff stats |
| `pull_request` | PR opened/closed/merged/edited | PR title, branch, diff stats, labels | | `pull_request` | PR opened/closed/merged/edited | PR title, branch, diff stats, labels |
| `issues` | Issue opened/closed/edited | Issue title, labels, assignees | | `issues` | Issue opened/closed/edited | Issue title, labels, assignees |

View file

@ -5,7 +5,7 @@ WebHooker 支持 23 种 GitHub webhook 事件类型,每种都有专用的格
## 事件表 ## 事件表
| 事件 | 说明 | 嵌入亮点 | | 事件 | 说明 | 嵌入亮点 |
| ----------------------------- | ---------------------- | -------------------------------------- | | ----------------------------- | ---------------------- | ------------------------------------------------ |
| `push` | 代码推送到分支 | 提交列表、分支、作者、差异统计 | | `push` | 代码推送到分支 | 提交列表、分支、作者、差异统计 |
| `pull_request` | PR 打开/关闭/合并/编辑 | PR 标题、分支、差异统计、标签 | | `pull_request` | PR 打开/关闭/合并/编辑 | PR 标题、分支、差异统计、标签 |
| `issues` | 议题打开/关闭/编辑 | 议题标题、标签、指派人 | | `issues` | 议题打开/关闭/编辑 | 议题标题、标签、指派人 |