I have a Compass Component integrated with github i.e. compass.yaml file in repository. I have created some common tagging that I want to use and have updated the yaml file to reflect that however I am getting the following error after checking in
A component can have a maximum of 10 labels. Try reducing the number of labels associated with the component.
However my Compass.yaml file contains the following in the labels section
labels:
- 'source:github'
- 'biz-unit:digital'
- 'tribe:digital-stay'
- 'asset-type:api'
- 'azure:app-service'
- 'azure:key-vault'
- 'framework:angular'
- 'framework:node'
As you can see there are only 8,
The previously checked in compass.yaml file had 4 labels
labels:
- digital
- digital-stay
- 'language:typescript'
- 'source:github'
If I delete the file from the repo and re-add it, it works. However this means I effectively cant use source control
Not sure if this was the cause but originally when I produced the compass.yml files the format was like this
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.