Skip to content

Commit a08db36

Browse files
committed
docs: Add a catalog-info.yaml file.
Add a catalog file to indicate that this repo is maintained by the axim process administrators.
1 parent 0fb8afb commit a08db36

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

catalog-info.yaml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
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+
# (Required) Acceptable Values: Component, Resource, System
6+
# Use `Component` unless you know how backstage works and what the other kinds mean.
7+
kind: Component
8+
metadata:
9+
# (Required) Must be the name of the repo, without the owning organization.
10+
name: 'public-engineering'
11+
spec:
12+
13+
# (Required) This can be a group (`group:<github_group_name>`) or a user (`user:<github_username>`).
14+
# Don't forget the "user:" or "group:" prefix. Groups must be GitHub team
15+
# names in the openedx GitHub organization: https://github.com/orgs/openedx/teams
16+
#
17+
# If you need a new team created, create an issue with Axim engineering:
18+
# https://github.com/openedx/axim-engineering/issues/new/choose
19+
owner: group:axim-admins
20+
21+
# (Required) Acceptable Type Values: service, website, library
22+
type: 'support'
23+
24+
# (Required) Acceptable Lifecycle Values: experimental, production, deprecated
25+
lifecycle: 'production'

0 commit comments

Comments
 (0)