Hi all,
We configured a server side pre-receive hook to enforce a naming convention for branches/tags names. It works well when pushing from our local repository to the server. However, this hook isn't trigger when branches/tags are created using the Bitbucket Web interface.
We want to avoid writing a Bitbucket plugin to handle branch/tag creation events. What are our other options? Can we somehow disable branch/tag creation for Web interface?
Thanks!
Yael