## Title Implement GitHub Webhook Ingestion Service ## Description Capture GitHub events (push, PR, issues) and send them to the event pipeline. ## Goal Enable ingestion of GitHub activity into the system. ## Tasks * [ ] Setup webhook endpoint * [ ] Parse event types * [ ] Push to Kafka ## Tech Context * Go * GitHub Webhooks * Kafka ## Acceptance Criteria * [ ] Events successfully pushed to queue * [ ] Handles multiple event types
Title
Implement GitHub Webhook Ingestion Service
Description
Capture GitHub events (push, PR, issues) and send them to the event pipeline.
Goal
Enable ingestion of GitHub activity into the system.
Tasks
Tech Context
Acceptance Criteria