11 lines
496 B
Markdown
Raw Normal View History

2022-09-03 01:45:01 +02:00
# github-webhook-filter
2022-09-03 19:01:07 +02:00
A webhook filter for [Deno](https://deno.land/) that filters github webhook events before
2022-09-03 01:45:01 +02:00
forwarding them to a Discord webhook, reducing noise.
2022-09-03 19:01:07 +02:00
Ignores common bots and no-op events by default, additional options can be configured per URL:
2022-09-03 01:45:01 +02:00
2022-09-03 19:01:07 +02:00
- 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`)