From 3519df28b362e4575ef10c14e3ab0fbf8eee32f9 Mon Sep 17 00:00:00 2001 From: Zachary Hancock Date: Wed, 3 Apr 2024 10:12:27 -0400 Subject: [PATCH] chore: remove cosmo team from requirements email (#188) --- .github/workflows/upgrade-python-requirements.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/upgrade-python-requirements.yml b/.github/workflows/upgrade-python-requirements.yml index 86840239..f3b19999 100644 --- a/.github/workflows/upgrade-python-requirements.yml +++ b/.github/workflows/upgrade-python-requirements.yml @@ -18,8 +18,6 @@ jobs: # 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 }}