You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding the ability to add protected tags via the .github/settings.yml file. Similar to how branches and branch protection is added, adding the ability to specify a list of patterns to add as protected tags.
e.g.
it seems like github is suggesting that defining tag protections as part of repository rules is now preferred over this approach, i'm wondering if adding support directly for tag protections at this point makes sense for this project.
adding support for repository rules is a high priority for me. if that were implemented, is there still a need for this functionality to also be added?
Prerequisites:
https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-tag-protection-rules
API documentation (https://developer.github.com/v3/) as well as the Octokit documentation (https://octokit.github.io/).
https://docs.github.com/en/free-pro-team@latest/rest/repos/tags?apiVersion=2022-11-28#create-a-tag-protection-state-for-a-repository
New Feature
Adding the ability to add protected tags via the .github/settings.yml file. Similar to how branches and branch protection is added, adding the ability to specify a list of patterns to add as protected tags.
e.g.
The text was updated successfully, but these errors were encountered: