From b7fad7a9ea96b34f6d947351f481bc2b9e628d2c Mon Sep 17 00:00:00 2001 From: nuk-eng-prod-service <53755499+nuk-eng-prod-service@users.noreply.github.com> Date: Mon, 1 Dec 2025 13:43:31 +0200 Subject: [PATCH] feat: add catalog-info.yaml --- catalog-info.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 catalog-info.yaml diff --git a/catalog-info.yaml b/catalog-info.yaml new file mode 100644 index 0000000..47b371a --- /dev/null +++ b/catalog-info.yaml @@ -0,0 +1,16 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: github-comment-manager + description: Component for github-comment-manager + annotations: + circleci.com/project-slug: github/newsuk/github-comment-manager + backstage.io/source-location: url:https://github.com/newsuk/github-comment-manager/ + github.com/team-slug: newsuk/github-comment-manager + backstage.io/productivity-hub-metrics-enabled: 'true' + tags: + - bu:newsuk +spec: + type: service + lifecycle: production + owner: nuk \ No newline at end of file