This question is in reference to Atlassian Documentation: Branch permission patterns
I have Tags option in BitBucket option - was added tags/** branch pattern for preventing deletion but still user is able to delete
How are you deleting the tag?
I just setup a similar branch permission for tags/**
and the delete was blocked, when I ran git push origin :test-tag
to delete the tag:
remote: ----------------------------------------------------
remote: The branch refs/tags/test-tag is protected by branch permissions. It cannot be deleted.
remote: Check your branch permissions configuration with the project administrator.
remote: ----------------------------------------------------
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.