-
-
Notifications
You must be signed in to change notification settings - Fork 91
feat(notifications): event detection (changes-requested) #566
Copy link
Copy link
Closed
Labels
gittensor:featureGittensor-scored feature linked to a feature issue — scores a 0.25x multiplier.Gittensor-scored feature linked to a feature issue — scores a 0.25x multiplier.gittensor:priorityMaintainer-selected Gittensor priority — scores a 1.5x multiplier.Maintainer-selected Gittensor priority — scores a 1.5x multiplier.
Description
Metadata
Metadata
Assignees
Labels
gittensor:featureGittensor-scored feature linked to a feature issue — scores a 0.25x multiplier.Gittensor-scored feature linked to a feature issue — scores a 0.25x multiplier.gittensor:priorityMaintainer-selected Gittensor priority — scores a 1.5x multiplier.Maintainer-selected Gittensor priority — scores a 1.5x multiplier.
Parent roadmap: #525
Parent epic: #535
Goal
Event detection in
processGitHubWebhook:detectNotificationEvents, emitting the killerpull_request_review->changes_requestedevent (depends on #536 review field).Reuse
Existing webhook pipeline (
src/queue/processors.ts).Acceptance
A changes-requested review emits exactly one detected event for the author.
Testing
npm run test:ci, 97%+ coverage. Public/private output boundary preserved; deterministic where applicable.