go-playground / webhooks

:fishing_pole_and_fish: Webhook receiver for GitHub, Bitbucket, GitLab, Gogs
MIT License
956 stars 237 forks source link

Add handling for job hooks with build payloads #107

Closed zrochler closed 3 years ago

zrochler commented 4 years ago

I went with a similar approach to system hooks in requiring that both job and build events be requested so the caller has to be aware of this combination.

Fixes #95