Add catalog-info.yaml config file#2341
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 062a65f77b
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| spec: | ||
| type: other | ||
| lifecycle: unknown | ||
| owner: Backstage Users |
There was a problem hiding this comment.
Use a Backstage entity ref for the owner
Backstage parses spec.owner as an entity reference, not a display label; the referenced entity name follows the catalog name rules, whose defaults disallow spaces. In a standard Backstage catalog this value will not match a registerable Group/User owner, so the component ends up with an unusable ownership relation. Use the catalog entity ref/slug instead, e.g. group:default/backstage-users.
Useful? React with 👍 / 👎.
Pull Request
Discussion:
Description
AI Disclaimer
AI transcript
Checklist