From 27914a252a89e7e3deff244bac684ece3d8e673e Mon Sep 17 00:00:00 2001 From: Muhammad Soban Javed <58461728+iamsobanjaved@users.noreply.github.com> Date: Fri, 29 Mar 2024 16:10:26 +0500 Subject: [PATCH] build: remove Arbi-BOM from tagging on upgrade PRs (#341) --- .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 1c8b046..620c202 100644 --- a/.github/workflows/upgrade-python-requirements.yml +++ b/.github/workflows/upgrade-python-requirements.yml @@ -16,8 +16,6 @@ jobs: with: branch: ${{ github.event.inputs.branch || 'master' }} - team_reviewers: "arbi-bom" - email_address: "arbi-bom@edx.org" send_success_notification: false secrets: requirements_bot_github_token: ${{ secrets.REQUIREMENTS_BOT_GITHUB_TOKEN }}