Compare commits

..

1 Commits

Author SHA1 Message Date
cfdaily 178818bb15 fix: 修复 §07 中 compact 文件路径引用 (24→15)
CI / lint (pull_request) Successful in 7s
CI / test (pull_request) Successful in 8s
CI / notify-on-failure (pull_request) Successful in 1s
2026-06-13 10:14:45 +08:00
3 changed files with 0 additions and 2768 deletions
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
-2
View File
@@ -342,8 +342,6 @@ async def _handle_pull_request(payload: Dict[str, Any]) -> None:
await _handle_pr_opened(payload)
elif action == "closed":
await _handle_pr_closed(payload)
elif action == "synchronize":
await _handle_pr_synchronize(payload)
async def _handle_pr_opened(payload: Dict[str, Any]) -> None: