From 62d72fdf10dfbc3fb65242d6ae5f0bd9e541ef57 Mon Sep 17 00:00:00 2001 From: muhammadadeeltajamul Date: Tue, 30 Jul 2024 12:27:32 +0500 Subject: [PATCH] chore: added catalog-info.yaml file and update openedx.yaml file --- catalog-info.yaml | 16 ++++++++++++++++ openedx.yaml | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 catalog-info.yaml diff --git a/catalog-info.yaml b/catalog-info.yaml new file mode 100644 index 00000000000..26ee511fb9f --- /dev/null +++ b/catalog-info.yaml @@ -0,0 +1,16 @@ +# This file records information about this repo. Its use is described in OEP-0055: +# https://open-edx-proposals.readthedocs.io/en/latest/processes/oep-0055/decisions/0001-use-backstage-to-support-maintainers.html + +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: 'cs_comments_service' + description: "Forum service backend for Open edX." + links: + - url: "https://github.com/openedx/cs_comments_service/" + title: "cs_comments_service" + icon: "Web" +spec: + owner: group:edx-infinity + type: 'service' + lifecycle: 'production' diff --git a/openedx.yaml b/openedx.yaml index cb2617eb5ea..9a07c048ee2 100644 --- a/openedx.yaml +++ b/openedx.yaml @@ -1,7 +1,7 @@ # This file describes this Open edX repo, as described in OEP-2: # http://open-edx-proposals.readthedocs.io/en/latest/oeps/oep-0002.html#specification -owner: azarembok +owner: edx/edx-infinity nick: com oeps: {}