8000 chore: Document repository in software catalog by spoton-developer-portal[bot] · Pull Request #2 · SpotOnInc/mike-demo-trioapps · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

chore: Document repository in software catalog #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 13, 2025
Merged
Show file tree
Hide file tree
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
16 changes: 16 additions & 0 deletions 16 .github/workflows/check-catalog-info.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: "\U0001F528 Validate Catalog Info"

on:
push:
paths:
- '.spoton/**'
- '.github/workflows/check-catalog-info.yaml'
pull_request:

jobs:
validate-catalog-info:
runs-on: medium
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: spotoninc/github-action-validate-catalog-info@v1
12 changes: 12 additions & 0 deletions .spoton/.copier-answers.copier-catalog-info.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
_commit: v1.2.5
_src_path: https://github.com/SpotOnInc/copier-catalog-info
description: fork of demo apps for gitops evaluation
domain: domain:default/infrastructure
generate_techdocs: false
lifecycle: experimental
links: []
owner: group:default/delivery
repo_url: SpotOnInc/mike-demo-trioapps
subdomain: domain:default/delivery-platform
tags: []
template_type: docs
16 changes: 16 additions & 0 deletions .spoton/catalog-info.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# https://backstage.io/docs/features/software-catalog/descriptor-format#kind-component
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: mike-demo-trioapps
description: |
fork of demo apps for gitops evaluation
annotations:
spoton.com/domain: domain:default/infrastructure
spoton.com/subdomain: domain:default/delivery-platform
github.com/project-slug: spotoninc/mike-demo-trioapps

spec:
type: docs
owner: group:default/delivery
lifecycle: experimental
Loading
0