-
Notifications
You must be signed in to change notification settings - Fork 50
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 example of enable-versioned-regex
#84
Comments
According to action.yml, enable-versioned-regex:
description: 'Controls if versioned regex templates are being used'
required: true In other words, it is required. I have it set to zero. |
I'm confused, because it seems to me like "Example using versioned issue templates" does explain what it does and why it should be used.
What I guess isn't explicitly spelled out is that you'd use this in concert with the If you're only running issue-labeler on "opened" issues and not "edited", then you don't have to version the expressions, because the other option is to just update them at the same time you update the templates. And if you're not using expressions on the issue body/title to drive issue-labeler behavior (say, you're just adding the same label to all newly-created issues when they're opened, regardless of content) then you don't need to use the versioning feature at all, because it's only necessary if the actions issue-labeler should take depend on the age and/or content of the issue itself. |
The readme shows usage of
enable-versioned-regex
, but it doesn't explain what this does or why it should be used.Is the property required? If not, what is the default if omitted?
The text was updated successfully, but these errors were encountered: