fix: Review去重+crash cooldown+healthz+E2E验证 #3

Closed
pangtong-fujunshi wants to merge 39 commits from fix/toolchain-review-dedup-ci-cooldown into main
Showing only changes of commit dd5ee7bea3 - Show all commits
+3
View File
@@ -401,6 +401,9 @@ async def _handle_issue_comment(payload: Dict[str, Any]) -> None:
_EVENT_HANDLERS: Dict[str, Any] = {
"pull_request": _handle_pull_request,
"pull_request_review": _handle_pull_request_review,
"pull_request_review_approved": _handle_pull_request_review,
"pull_request_review_rejected": _handle_pull_request_review,
"pull_request_review_comment": _handle_pull_request_review,
"issues": _handle_issues,
"issue_comment": _handle_issue_comment,
}