From b7503db2c4111b0a6a908c6f3d1bb61932f2f5b1 Mon Sep 17 00:00:00 2001 From: edX requirements bot Date: Thu, 28 Mar 2024 17:40:32 -0400 Subject: [PATCH] build: remove Arbi-BOM from tagging on upgrade PRs --- .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 5835d18..dd90d69 100644 --- a/.github/workflows/upgrade-python-requirements.yml +++ b/.github/workflows/upgrade-python-requirements.yml @@ -19,8 +19,6 @@ jobs: branch: ${{ github.event.inputs.branch || 'master' }} # optional parameters below; fill in if you'd like github or email notifications # user_reviewers: "" - team_reviewers: "axim-aximprovements" - email_address: "aximimprovements@axim.org" send_success_notification: false secrets: requirements_bot_github_token: ${{ secrets.REQUIREMENTS_BOT_GITHUB_TOKEN }}