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 - [Push Options documentation](https://docs.gitlab.com/ee/user/project/push_options.html)
issue