8b66aab94d | ||
---|---|---|
.github/workflows | ||
lib | ||
.dockerignore | ||
.env.example | ||
.gitignore | ||
.pre-commit-config.yaml | ||
Dockerfile | ||
LICENSE | ||
README.md | ||
deno.json | ||
deps.ts | ||
docker-compose.yml | ||
main.ts |
README.md
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
)