From 5d4f5117bd5c9f9eb338e122dc71506bfc8b4061 Mon Sep 17 00:00:00 2001 From: edX requirements bot <49161187+edx-requirements-bot@users.noreply.github.com> Date: Fri, 29 Mar 2024 07:21:42 -0400 Subject: [PATCH] build: remove Arbi-BOM from tagging on upgrade PRs (#193) --- .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 0acdec8..b160014 100644 --- a/.github/workflows/upgrade-python-requirements.yml +++ b/.github/workflows/upgrade-python-requirements.yml @@ -13,8 +13,6 @@ jobs: call-upgrade-python-requirements-workflow: with: branch: ${{ github.event.inputs.branch }} - team_reviewers: "arbi-bom" - email_address: arbi-bom@edx.org send_success_notification: false secrets: requirements_bot_github_token: ${{ secrets.REQUIREMENTS_BOT_GITHUB_TOKEN }}