fix: dedupe GitHub PR review webhooks - #56183
Closed
RND-Agent wants to merge 1 commit into
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
github_pr_review_dedupe: trueso generic GitHub webhook routes are unaffected.## Code Review Summaryreviews without requiring newer artifact markers.gh apichecks.CHANGES_REQUESTEDdedupe, generic route pass-through, deliver-only pass-through, and duplicate-delivery fast path.Request Source / Audit
Mesitis/alphapulsePR Update dependencies and enhance installation scripts #16.Change Source
origin/main8d3c4501294ea3a7fc66829ef51cd1a51c2f08f3a350469ceTarget
NousResearch/hermes-agentmainRND-Agent:fix/pr-review-lifecycle-dedupeChanged Files
gateway/platforms/webhook.py: adds opt-in PR-review lifecycle suppression, same-head review dedupe, and earlier delivery-id idempotency.tests/gateway/test_webhook_integration.py: adds regression coverage for PR-review dedupe and generic route non-regression cases.Validation
python -m pytest tests/gateway/test_webhook_integration.py tests/gateway/test_webhook_adapter.py tests/gateway/test_webhook_signature_rate_limit.py tests/gateway/test_webhook_dynamic_routes.py tests/gateway/test_webhook_deliver_only.py -q-> 109 passed.git diff --check-> passed.Risk / Rollback
github_pr_review_dedupe: true, but the opted-in GitHub PR-review route must have this flag set to activate dedupe.