How do I block all tags from being pushed to a repository
目的
Some teams find it necessary to block all tags from being pushed to a repository.
All current tags will still be available.
ソリューション
Using branch permissions, add the following branch permission pattern to "Prevent all changes":
refs/tags/**
Restrict it to an admin account so that no other users can push tags.
最終更新日 2022 年 6 月 29 日
Powered by Confluence and Scroll Viewport.