auto-sync: 2026-06-07 13:59:17
Deploy / ci (push) Waiting to run
Deploy / deploy (push) Blocked by required conditions
Deploy / notify-deploy-failure (push) Blocked by required conditions

This commit is contained in:
cfdaily
2026-06-07 13:59:17 +08:00
parent 97d2f58b53
commit 1bd228ea59
+1 -1
View File
@@ -255,7 +255,7 @@ async def _handle_pull_request_review(payload: Dict[str, Any]) -> None:
review = payload.get("review") or {}
state = review.get("state", "")
# 只通知 APPROVED 和 REJECTED,跳过 COMMENTED
# 只通知 APPROVED 和 REQUEST_CHANGES,跳过 COMMENTED 和其他状态
if state == "COMMENTED":
return