Skip to content

Commit ec2e5ee

Browse files
Merge pull request #115 from pantheon-systems/releng-362
RELENG-362 - Add catalog support
2 parents 1bcd8d2 + 01fb7f6 commit ec2e5ee

File tree

4 files changed

+34
-0
lines changed

4 files changed

+34
-0
lines changed

.github/workflows/catalog.yaml

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Catalog
3+
4+
on:
5+
workflow_dispatch:
6+
pull_request:
7+
push:
8+
branches:
9+
- master
10+
11+
permissions:
12+
contents: "read"
13+
packages: "read"
14+
id-token: "write"
15+
16+
jobs:
17+
docs:
18+
uses: pantheon-systems/service-catalog/.github/workflows/docs-like-code.yaml@main
19+
catalog-upload:
20+
uses: pantheon-systems/service-catalog/.github/workflows/catalog-upload.yaml@main

CODEOWNERS

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
https://help.github.com/en/articles/about-code-owners
2+
3+
* @pantheon-systems/releng-squad

catalog-info.yaml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
apiVersion: backstage.io/v1alpha1
3+
kind: Component
4+
metadata:
5+
name: autotag
6+
description: Git repository version tagging tool
7+
annotations:
8+
backstage.io/techdocs-ref: dir:docs/
9+
spec:
10+
owner: releng
11+
type: tool

README.md docs/README.md

File renamed without changes.

0 commit comments

Comments
 (0)