Is your feature request related to a problem? Please describe.
I would like to tag based on the workspace prefix. For example:
In the case of workspace comqa I would like to tag with:
segment:com
env:qa
Or in the case of workspace govprod I would like to tag with:
segment:gov
env:prod
I couldn't find a way to do this.
Describe the solution you'd like
I suppose this could be a sort of matcher for matches. Maybe there is a workspace matcher that can apply tags based on workspace such as:
Describe alternatives you've considered
I haven't tried any solutions as I haven't found anything in documentation to suggest it is currently possible.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Is your feature request related to a problem? Please describe. I would like to tag based on the workspace prefix. For example:
In the case of workspace
comqa
I would like to tag with:segment:com
env:qa
Or in the case of workspace
govprod
I would like to tag with:segment:gov
env:prod
I couldn't find a way to do this.
Describe the solution you'd like I suppose this could be a sort of matcher for
matches
. Maybe there is a workspace matcher that can apply tags based on workspace such as:Maybe with some way to do simple globs or prefix / suffix matching:
Describe alternatives you've considered I haven't tried any solutions as I haven't found anything in documentation to suggest it is currently possible.
Additional context Thanks for considering!