diff --git a/catalog-info.yaml b/catalog-info.yaml new file mode 100644 index 0000000000..26ee511fb9 --- /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 cb2617eb5e..9a07c048ee 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: {}