-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tag protection via rest api #17862
Comments
I follow this request, it would be useful for those who have many repositories to manage. |
Hey, does anybody looking into it? We have the same request to be able get protected tags over the Rest API, so we can do some automation over deleting unused tags. Could anyone help with introducing API or give any information on plans for it? |
Guys, I need this feature too! |
Add tag protection manage via rest API. --------- Co-authored-by: Alexander Kogay <[email protected]> Co-authored-by: Giteabot <[email protected]>
* giteaofficial/main: Fix JS error when creating new issue (go-gitea#31383) [skip ci] Updated translations via Crowdin Rename repo_model.SearchOrderByMap to repo_model.OrderByMap (go-gitea#31359) rm const do inline (go-gitea#31360) Allow downloading attachments of draft releases (go-gitea#31369) Fix duplicate sub-path for avatars (go-gitea#31365) [skip ci] Updated translations via Crowdin Add tag protection via rest api go-gitea#17862 (go-gitea#31295)
@zjjhot This issue can be closed as per your referenced merge above? |
Feature Description
The tag protection function is available since version 1.15.0 (#15545).
It would be helpful to manage tag protection for a lot of repositories when a api like branch protection would be available.
/repos/{owner}/{repo}/branch_protections --> /repos/{owner}/{repo}/tag_protections
Screenshots
No response
The text was updated successfully, but these errors were encountered: