-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pcc 1494 : configuring codeowners and catalog-info (#28)
* 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
1 parent
3761541
commit f23815b
Showing
3 changed files
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
.DS_Store |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |