From cbcd94b78a89ddbc26b60e94bb6d884952c893c8 Mon Sep 17 00:00:00 2001 From: AliAkbar Date: Fri, 15 Sep 2023 14:37:59 +0500 Subject: [PATCH] chore: update email and review team for req update workflow --- .github/workflows/upgrade-python-requirements.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/upgrade-python-requirements.yml b/.github/workflows/upgrade-python-requirements.yml index 7ed882cf..1d835b7b 100644 --- a/.github/workflows/upgrade-python-requirements.yml +++ b/.github/workflows/upgrade-python-requirements.yml @@ -13,8 +13,8 @@ jobs: call-upgrade-python-requirements-workflow: with: branch: ${{ github.event.inputs.branch }} - team_reviewers: "Incident Management" - email_address: incident-management@edx.org + team_reviewers: 'phoenix' + email_address: 'phoenix@2u.com' send_success_notification: false secrets: requirements_bot_github_token: ${{ secrets.REQUIREMENTS_BOT_GITHUB_TOKEN }}