Commit d40b9ea
feat: replace GitHub notification polling with webhook-driven events
Swap the polling-based notification flow for a local webhook server that
receives GitHub events directly, verifies signatures (HMAC-SHA256), and
maps them to the existing workflow dispatch pipeline. Removes the
pr-review-mentions workflow in favor of a broader repo-watcher workflow.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent c649c55 commit d40b9ea
21 files changed
Lines changed: 895 additions & 692 deletions
File tree
- config
- packages
- channels/github/src
- config/src
- src
- workflows/github
- pr-review-mentions
- repo-watcher
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | | - | |
17 | | - | |
| 16 | + | |
| 17 | + | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
0 commit comments