diff --git a/.github/workflows/upgrade-python-requirements.yml b/.github/workflows/upgrade-python-requirements.yml index 2045cb15..547b0e07 100644 --- a/.github/workflows/upgrade-python-requirements.yml +++ b/.github/workflows/upgrade-python-requirements.yml @@ -2,23 +2,25 @@ name: Upgrade Requirements on: schedule: - - cron: "15 2 * * 5" + - cron: "15 2 * * 5" workflow_dispatch: - inputs: - branch: - description: 'Target branch to create requirements PR against' - required: true - default: 'master' + inputs: + branch: + description: "Target branch to create requirements PR against" + required: true + default: "master" + jobs: - call-upgrade-python-requirements-workflow: + call-upgrade-python-requirements-workflow: + uses: openedx/.github/.github/workflows/upgrade-python-requirements.yml@master with: - branch: ${{ github.event.inputs.branch }} - team_reviewers: '2u-phoenix' - email_address: 'phoenix@2u.com' - send_success_notification: false + branch: ${{ github.event.inputs.branch }} + # user_reviewers: "" + # team_reviewers: '2u-aurora' + email_address: "aurora-requirements-update@2u-internal.opsgenie.net" + end_success_notification: true secrets: - requirements_bot_github_token: ${{ secrets.REQUIREMENTS_BOT_GITHUB_TOKEN }} - requirements_bot_github_email: ${{ secrets.REQUIREMENTS_BOT_GITHUB_EMAIL }} - edx_smtp_username: ${{ secrets.EDX_SMTP_USERNAME }} - edx_smtp_password: ${{ secrets.EDX_SMTP_PASSWORD }} - uses: openedx/.github/.github/workflows/upgrade-python-requirements.yml@master + requirements_bot_github_token: ${{ secrets.REQUIREMENTS_BOT_GITHUB_TOKEN }} + requirements_bot_github_email: ${{ secrets.REQUIREMENTS_BOT_GITHUB_EMAIL }} + edx_smtp_username: ${{ secrets.EDX_SMTP_USERNAME }} + edx_smtp_password: ${{ secrets.EDX_SMTP_PASSWORD }} diff --git a/catalog-info.yml b/catalog-info.yml new file mode 100644 index 00000000..fa195085 --- /dev/null +++ b/catalog-info.yml @@ -0,0 +1,18 @@ +# 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-val' + description: "Video Abstraction Layer (VAL), a django app that creates and retrieves metadata for videos and subtitles." + links: + - url: "https://github.com/openedx/edx-val" + title: "edX Video Abstraction Layer (VAL)" + icon: "Web" + annotations: + openedx.org/arch-interest-groups: "" +spec: + owner: group:2u-aurora + type: 'service' + lifecycle: 'production'