From 3370e5cbed3686b175bec01de21d78bd95e532f1 Mon Sep 17 00:00:00 2001 From: firech13f <49689953+firech13f@users.noreply.github.com> Date: Tue, 11 Feb 2025 00:12:55 -0500 Subject: [PATCH] Metadata Ingestion for IdP! MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit adds a file to this repository, to ingest metadata, making it officially part of the EverHealth IdP. 🚀 🔧 What's inside? ✅ Metadata ingestion file ✅ Integration with EverHealth IdP ✅ One step closer to a unified catalog! --- catalog-info.yaml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 catalog-info.yaml diff --git a/catalog-info.yaml b/catalog-info.yaml new file mode 100644 index 000000000..41f159d86 --- /dev/null +++ b/catalog-info.yaml @@ -0,0 +1,24 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: bors-ng + description: "\U0001F441 A merge bot for GitHub Pull Requests" + annotations: + business-unit: EverHealth + github.com/project-slug: drchrono/bors-ng + product: DRC +spec: + type: service + lifecycle: production + owner: EverHealth + implementation: + languages: + - Elixir + - HTML + - JavaScript + - CSS + - HCL + - Dockerfile + - Shell + - Smarty + - Procfile