Skip to content

trpc/github-webhook-filter-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub webhooks without bots

Receives webhooks from GitHub and filter out bots, then proxies it to your target.

How it works

It takes a webhook payload, checks if the sender includes [bot], and ignores it if it does.

How to use

  1. Open web inspector
  2. Run copy('https://github-webhook-filter-bot.trpc.io/api/?target=' + encodeURIComponent('YOUR_URL_HERE'))
  3. Paste the URL from your clipboard into GitHub