Skip to content

Commit

Permalink
PCC-1494 : adding backstage info, github action and codeowners files
Browse files Browse the repository at this point in the history
  • Loading branch information
kiranJ-pantheon committed Oct 22, 2024
1 parent 695c7c3 commit 28d7c6f
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/catalog.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: Catalog
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
permissions:
contents: "read"
packages: "read"
id-token: "write"
jobs:
docs:
uses: pantheon-systems/service-catalog/.github/workflows/docs-like-code.yaml@main
catalog-upload:
uses: pantheon-systems/service-catalog/.github/workflows/catalog-upload.yaml@main
5 changes: 5 additions & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
# Ref : https://github.com/dotnet/samples/blob/main/.github/CODEOWNERS

# PCX development team.
* @pantheon-systems/pcc
18 changes: 18 additions & 0 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# https://backstage.io/docs/features/software-catalog/
# https://backstage.io/docs/features/software-catalog/descriptor-format
---
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: pantheon content cloud phk sdk
description: sdk for pantheon site development with php
annotations:
backstage.io/techdocs-ref: dir:docs/
github.com/project-slug: @pantheon-systems/pcc-php-sdk
github.com/team-slug: @pantheon-systems/pcc
tags:
- php
spec:
type: library
lifecycle: Introduction
owner: content-cloud

0 comments on commit 28d7c6f

Please sign in to comment.