mirror of
https://github.com/status-im/github-webhook-filter.git
synced 2026-08-27 16:51:29 +00:00
ff98d3c9a0acf7a935666eae553ef1df8162185e
github-webhook-filter
A webhook filter for Deno that filters GitHub webhook events before forwarding them to a Discord webhook, reducing noise.
Ignores common bots and no-op events (which Discord ignores anyway) by default; additional options can be configured per URL:
- Only forward events from specific branches (
allowBranches, comma-separated list) - Ignore tag updates (
hideTags) - Ignore burst PR review comments in a short timespan, only showing the first x comments (
commentBurstLimit)
Languages
TypeScript
98.8%
Dockerfile
1.2%