Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .vtex/catalog-info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ metadata:
github.com/project-slug: vtex/action-toolbelt
backstage.io/techdocs-ref: dir:../
vtex.com/application-id: "73SEVYK2"
vtex.com/platform-flow-id: CommDev#1

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Quote platform-flow annotation containing #

The new annotation value is written as vtex.com/platform-flow-id: CommDev#1 without quoting. In YAML, # starts a comment, so the parsed value will be CommDev and #1 is ignored. That means Backstage will receive the wrong platform-flow ID and the intended CommDev#1 flow will never be linked. Wrap the value in quotes so the full identifier is preserved.

Useful? React with 👍 / 👎.

spec:
lifecycle: stable
owner: te-0029
Expand Down