From d717af3ca28bfda26e3c3917fbc10f908d2887ac Mon Sep 17 00:00:00 2001 From: Brian Weaver Date: Tue, 10 Sep 2024 16:07:03 -0400 Subject: [PATCH 1/2] Add or update catalog-info.yml --- catalog-info.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 catalog-info.yml diff --git a/catalog-info.yml b/catalog-info.yml new file mode 100644 index 0000000..af98fbb --- /dev/null +++ b/catalog-info.yml @@ -0,0 +1,12 @@ +--- +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: action-autotag + description: Auto-generated catalog info for pantheon-systems/action-autotag + annotations: + backstage.io/techdocs-ref: dir:docs/ +spec: + type: tool + lifecycle: mature + owner: site From c240afc540aab90f153194097f16cf2e8296bb4e Mon Sep 17 00:00:00 2001 From: Brian Weaver Date: Mon, 23 Sep 2024 16:28:43 -0400 Subject: [PATCH 2/2] Rename catalog-info.yml to catalog-info.yaml --- catalog-info.yml => catalog-info.yaml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename catalog-info.yml => catalog-info.yaml (100%) diff --git a/catalog-info.yml b/catalog-info.yaml similarity index 100% rename from catalog-info.yml rename to catalog-info.yaml