Receives webhooks from GitHub and filter out bots, then proxies it to your target.
It takes a webhook payload, checks if the sender includes [bot], and ignores it if it does.
- Open web inspector
- Run
copy('https://github-webhook-filter-bot.trpc.io/api/?target=' + encodeURIComponent('YOUR_URL_HERE')) - Paste the URL from your clipboard into GitHub