[go: up one dir, main page]

Skip to content

Allow skip webhooks with a git push option

Problem to solve

I'm using some webhooks integration to notify changes from a repository and for auto-upgrading services on my server. While this is a great feature, it would be very useful to have a feature to completely skip webhooks when pushing changes to a repository by using a git push options.

Proposal

Support git push options for webhook. Make it configurable for each webhook, and/or global.

Links / references