-
Notifications
You must be signed in to change notification settings - Fork 179
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
Adding ability to manage tag protections via settings #795
base: master
Are you sure you want to change the base?
Adding ability to manage tag protections via settings #795
Conversation
@ctoestreich is attempting to deploy a commit to the Repository Settings Team on Vercel. A member of the Team first needs to authorize it. |
apologies for the extremely delayed feedback on this. there are recent updates to the testing strategy for the project that i hope make defining various scenarios. unfortunately, that means that you will need to update your changes to align with the new strategy, but hopefully that will make it easier to define additional scenarios of your implementation more clearly, so that the additional coverage helps protect against future regressions |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
a couple of tweaks to the shape of the proposed config section. also, could you please also update the configuration docs to include an example of this functionality?
@@ -0,0 +1,3 @@ | |||
tag_protection: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lets simplify this to tags
to be more similar to the existing branches
, for example
@@ -0,0 +1,3 @@ | |||
tag_protection: | |||
- pattern: "v1" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i don think including pattern
here is helpful since it is the only property. lets simplify to just be the pattern
also worth considering: #772 (comment) |
This should allow tag protection