Skip to content

Commit 7a02bab

Browse files
committed
docs: Add catalog-info.yaml
1 parent fe5d167 commit 7a02bab

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

catalog-info.yaml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# This file records information about this repo. Its use is described in OEP-55:
2+
# https://open-edx-proposals.readthedocs.io/en/latest/processes/oep-0055-proc-project-maintainers.html
3+
4+
apiVersion: backstage.io/v1alpha1
5+
kind: Component
6+
metadata:
7+
name: "openedx-authz"
8+
description: ""
9+
links:
10+
- url: "https://github.com/openedx/openedx-authz/blob/master/README.rst"
11+
title: "README"
12+
icon: "Article"
13+
annotations:
14+
# The openedx.org/release key is described in OEP-10:
15+
# https://open-edx-proposals.readthedocs.io/en/latest/oep-0010-proc-openedx-releases.html
16+
# The FAQ might also be helpful: https://openedx.atlassian.net/wiki/spaces/COMM/pages/1331268879/Open+edX+Release+FAQ
17+
# Note: This will only work if the repo is in the `openedx` org in github. Repos in other orgs that have this
18+
# setting will still be treated as if they don't want to be part of the Open edX releases.
19+
openedx.org/release: null
20+
# (Optional) Annotation keys and values can be whatever you want.
21+
# We use it in Open edX repos to have a comma-separated list of GitHub user
22+
# names that might be interested in changes to the architecture of this
23+
# component.
24+
openedx.org/arch-interest-groups: ""
25+
spec:
26+
owner: group:committers-openedx-authz
27+
type: "library"
28+
lifecycle: "experimental"

0 commit comments

Comments
 (0)