fix(toolchain): 注册 pull_request_sync + pull_request_comment event type #41

Merged
pangtong-fujunshi merged 1 commits from fix/toolchain-event-type-registration into main 2026-06-12 02:18:05 +00:00

1 Commits

Author SHA1 Message Date
cfdaily c6a0567161 fix(toolchain): 注册 pull_request_sync 和 pull_request_comment event type
CI / lint (pull_request) Successful in 8s
CI / test (pull_request) Successful in 9s
CI / notify-on-failure (pull_request) Successful in 0s
Gitea 对 PR branch push 发的是独立事件类型 pull_request_sync,
不是 pull_request + action=synchronize。
同时补注册 pull_request_comment(review comment)。
删除 _handle_pull_request 中永远不会触发的 synchronize 分支。
2026-06-12 10:11:49 +08:00