docs: update readme

This commit is contained in:
shiftinv 2022-09-03 23:18:23 +02:00
parent 2021afd969
commit a37b15f55d
1 changed files with 2 additions and 2 deletions

View File

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