From 9ddaa9781f281800983cc693e7f525499a894042 Mon Sep 17 00:00:00 2001 From: Marco Link Date: Tue, 3 May 2022 11:58:48 +0200 Subject: [PATCH] chore: add to catalog (#1073) --- .github/CODEOWNERS | 1 + catalog-info.yaml | 13 +++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 .github/CODEOWNERS create mode 100644 catalog-info.yaml diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 000000000..9fc943cd3 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @contentful/team-dev-workflows diff --git a/catalog-info.yaml b/catalog-info.yaml new file mode 100644 index 000000000..6f89b6214 --- /dev/null +++ b/catalog-info.yaml @@ -0,0 +1,13 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: contentful-migration + description: | + 🚚 Migration tooling for contentful + annotations: + circleci.com/project-slug: github/contentful/contentful-migration + github.com/project-slug: contentful/contentful-migration +spec: + type: cli + lifecycle: production + owner: group:team-dev-workflows