From c4cabf6409bafe1a42c90a92bbae7a813c8af58f Mon Sep 17 00:00:00 2001 From: Chris Livett Date: Wed, 8 Mar 2023 12:25:39 +1300 Subject: [PATCH 1/2] Added CODEOWNERS file --- CODEOWNERS | 1 + 1 file changed, 1 insertion(+) create mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000..039d8a9 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1 @@ +* @Thinkei/squad-autobot \ No newline at end of file From eb1630bf1fe3ccb6f852a7efaee90339f63c888a Mon Sep 17 00:00:00 2001 From: Chris Livett Date: Wed, 8 Mar 2023 12:26:47 +1300 Subject: [PATCH 2/2] Added catalog-info.yaml file template --- catalog-info.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 catalog-info.yaml diff --git a/catalog-info.yaml b/catalog-info.yaml new file mode 100644 index 0000000..f925195 --- /dev/null +++ b/catalog-info.yaml @@ -0,0 +1,15 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: clowne + tags: + - internal + - fork + - public + - ruby + annotations: + github.com/project-slug: Thinkei/clowne +spec: + type: service + system: talent-management + lifecycle: production