From a2a2e0dc62a820c151ec3dabc267b3bffbb32e0e Mon Sep 17 00:00:00 2001 From: Alie Langston Date: Thu, 8 Dec 2022 08:22:53 -0500 Subject: [PATCH] fix: transfer from engage to cosmonauts --- .github/workflows/upgrade-python-requirements.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/upgrade-python-requirements.yml b/.github/workflows/upgrade-python-requirements.yml index 5019dcc..b917e43 100644 --- a/.github/workflows/upgrade-python-requirements.yml +++ b/.github/workflows/upgrade-python-requirements.yml @@ -2,7 +2,7 @@ name: Upgrade Requirements on: schedule: - - cron: "15 3 * * 1" + - cron: "15 15 2,16 * *" workflow_dispatch: inputs: branch: @@ -13,9 +13,11 @@ jobs: call-upgrade-python-requirements-workflow: with: branch: ${{ github.event.inputs.branch }} - team_reviewers: "engage-squad" - email_address: engage-squad-eng@edx.org - send_success_notification: false + # optional parameters below; fill in if you'd like github or email notifications + # user_reviewers: "" + # team_reviewers: "" + email_address: "cosmonauts-requirements-update@2u-internal.opsgenie.net" + send_success_notification: true secrets: requirements_bot_github_token: ${{ secrets.REQUIREMENTS_BOT_GITHUB_TOKEN }} requirements_bot_github_email: ${{ secrets.REQUIREMENTS_BOT_GITHUB_EMAIL }}