I just discovered the tagging feature for pipelines, which seems very handy for categorizing our pipelines. It seems that there’s currently a limit of 20 characters for the tag name, which is quite small and is preventing us from auto-generating some tag names based on some of the pipeline properties that we have. Is there some way of increasing the tag name length limit?
To note, my main use case is to be able to use these to filter pipelines though the GraphQL API, which allows searching pipelines based on tags. I don’t really need the tags to be displayed in the UI. If there are other ways of filtering pipelines programmatically, that would also be useful.