diff --git a/.github/workflows/upgrade-python-requirements.yml b/.github/workflows/upgrade-python-requirements.yml index 0cadb2cc..3c4cef9a 100644 --- a/.github/workflows/upgrade-python-requirements.yml +++ b/.github/workflows/upgrade-python-requirements.yml @@ -17,8 +17,8 @@ jobs: branch: ${{ github.event.inputs.branch || 'master' }} # optional parameters below; fill in if you'd like github or email notifications # user_reviewers: "" - # team_reviewers: "" - email_address: "aurora-requirements-update@2u-internal.opsgenie.net" + team_reviewers: 'axim-aximprovements' + email_address: 'aximimprovements@axim.org' send_success_notification: true secrets: requirements_bot_github_token: ${{ secrets.REQUIREMENTS_BOT_GITHUB_TOKEN }} diff --git a/catalog-info.yaml b/catalog-info.yaml new file mode 100644 index 00000000..88dcb9d4 --- /dev/null +++ b/catalog-info.yaml @@ -0,0 +1,19 @@ +# This file records information about this repo. Its use is described in OEP-55: +# https://open-edx-proposals.readthedocs.io/en/latest/processes/oep-0055-proc-project-maintainers.html + +apiVersion: backstage.io/v1alpha1 +kind: "Component" +metadata: + name: 'edx-notes-api' + description: "A backend store for edX Student Notes" +spec: + + # (Required) This can be a group(`group:` or a user(`user:`) + owner: 'group:axim-engineering' + + # (Required) Acceptable Type Values: service, website, library + type: 'library' + + # (Required) Acceptable Lifecycle Values: experimental, production, deprecated + lifecycle: 'production' + \ No newline at end of file