File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change
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 : ' modular-learning'
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'
You can’t perform that action at this time.
0 commit comments