Skip to content
Merged
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
11 changes: 11 additions & 0 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: make-cli
annotations:
github.com/project-slug: integromat/make-cli
spec:
type: library
lifecycle: experimental
owner: group:default/labs
partOfCoreProduct: false
Comment on lines +4 to +11
Copy link

Copilot AI Apr 16, 2026

Choose a reason for hiding this comment

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

YAML indentation in this repo appears to consistently use 4 spaces (e.g., .github/workflows/test.yml). This new catalog-info.yaml uses 2-space indentation under metadata/spec, which makes formatting inconsistent and can cause churn if an auto-formatter runs. Consider re-indenting nested keys to 4 spaces to match the repository convention.

Suggested change
name: make-cli
annotations:
github.com/project-slug: integromat/make-cli
spec:
type: library
lifecycle: experimental
owner: group:default/labs
partOfCoreProduct: false
name: make-cli
annotations:
github.com/project-slug: integromat/make-cli
spec:
type: library
lifecycle: experimental
owner: group:default/labs
partOfCoreProduct: false

Copilot uses AI. Check for mistakes.