Skip to content
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

Add support for adding Protected Tags #772

Open
AlecAttwood opened this issue Aug 4, 2023 · 1 comment · May be fixed by #795
Open

Add support for adding Protected Tags #772

AlecAttwood opened this issue Aug 4, 2023 · 1 comment · May be fixed by #795

Comments

@AlecAttwood
Copy link

Prerequisites:

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.

tags:
  - protection:
       pattern: ["v1", "release/*, "latest"] 
@travi
Copy link
Member

travi commented Mar 8, 2024

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants