Skip to content

Commit

Permalink
Merge pull request #115 from pantheon-systems/releng-362
Browse files Browse the repository at this point in the history
RELENG-362 - Add catalog support
  • Loading branch information
pantheon-chris authored Aug 1, 2024
2 parents 1bcd8d2 + 01fb7f6 commit ec2e5ee
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/catalog.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Catalog

on:
workflow_dispatch:
pull_request:
push:
branches:
- master

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
3 changes: 3 additions & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
https://help.github.com/en/articles/about-code-owners

* @pantheon-systems/releng-squad
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: autotag
description: Git repository version tagging tool
annotations:
backstage.io/techdocs-ref: dir:docs/
spec:
owner: releng
type: tool
File renamed without changes.

0 comments on commit ec2e5ee

Please sign in to comment.