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 137fa01b3d - Show all commits
+3
View File
@@ -410,6 +410,9 @@ _EVENT_HANDLERS: Dict[str, Any] = {
"pull_request_review_approved": _handle_pull_request_review,
"pull_request_review_rejected": _handle_pull_request_review,
"pull_request_review_comment": _handle_pull_request_review,
# Gitea v1.23.4 实际发出的 review 子事件(无 _review_ 中间段)
"pull_request_approved": _handle_pull_request_review,
"pull_request_rejected": _handle_pull_request_review,
"issues": _handle_issues,
"issue_comment": _handle_issue_comment,
}