From 7feea3ac66bc9cc22e9d1811582cf38cc349b4f5 Mon Sep 17 00:00:00 2001 From: Javier Gutierrez Date: Tue, 16 Jun 2026 09:33:02 +0200 Subject: [PATCH] SWI-11409: align Backstage catalog metadata with repo name MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - metadata.name → changed-files - github.com/project-slug → Bandwidth/changed-files - metadata.description: set from GitHub repo description --- .bandwidth/catalog-info.yaml | 6 +++--- .bandwidth/component.yaml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.bandwidth/catalog-info.yaml b/.bandwidth/catalog-info.yaml index 2dc8059d1..9e594261b 100644 --- a/.bandwidth/catalog-info.yaml +++ b/.bandwidth/catalog-info.yaml @@ -2,10 +2,10 @@ apiVersion: backstage.io/v1alpha1 kind: Location metadata: schemaVersion: v1.0.0 - name: changed-files-3-location - description: Links to additional entities in the changed-files-3 repository. + name: changed-files-location + description: Links to additional entities in the changed-files repository. annotations: - github.com/project-slug: Bandwidth/changed-files-3 + github.com/project-slug: Bandwidth/changed-files spec: targets: - ./component.yaml diff --git a/.bandwidth/component.yaml b/.bandwidth/component.yaml index 10fe88e9b..fb98ef3d9 100644 --- a/.bandwidth/component.yaml +++ b/.bandwidth/component.yaml @@ -2,10 +2,10 @@ apiVersion: backstage.io/v1alpha1 kind: Component metadata: schemaVersion: v1.0.0 - name: changed-files-3 + name: changed-files description: Forked from https://github.com/tj-actions/changed-files annotations: - github.com/project-slug: Bandwidth/changed-files-3 + github.com/project-slug: Bandwidth/changed-files organization: BW costCenter: Development - Software Infra platformType: undefined