Skip to content

Commit

Permalink
Pcc 1494 : configuring codeowners and catalog-info (#28)
Browse files Browse the repository at this point in the history
* PCC-1494 : adding backstage info, github action and codeowners files

* PCC-1494 : fixing the case for the team name

* PCC-1494 : adding the readme.md location

* PCC-1494 : removing not supported backstage fields

* PCC-1494 : debug commit - trying backstage component name without spaces

* PCC-1494 : removinh github actions due to repo type incompatibility

* PCC-1494 :  project description edit and removing junk files
  • Loading branch information
kiranJ-pantheon authored Nov 12, 2024
1 parent 3761541 commit f23815b
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.DS_Store
5 changes: 5 additions & 0 deletions CODEOWNERS
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
16 changes: 16 additions & 0 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# 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-drupal-module
description: An add-on module for pcc site development with Drupal
annotations:
pantheon.io/service-catalog/subdir: /
github.com/project-slug: pantheon-systems/pcc-drupal-module
github.com/team-slug: pantheon-systems/pcc
spec:
type: library
lifecycle: Introduction
owner: content-cloud

0 comments on commit f23815b

Please sign in to comment.