From cf246bbd9b5d8c071aca7076bf42e24363710927 Mon Sep 17 00:00:00 2001 From: Muhammad Soban Javed <58461728+iamsobanjaved@users.noreply.github.com> Date: Fri, 29 Mar 2024 02:07:08 +0500 Subject: [PATCH] build: remove Arbi-BOM from tagging on upgrade PRs Arbi-BOM is no longer the maintainer of this repo. --- .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 a685033..8879c18 100644 --- a/.github/workflows/upgrade-python-requirements.yml +++ b/.github/workflows/upgrade-python-requirements.yml @@ -17,8 +17,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: "arbi-bom" - email_address: "arbi-bom@edx.org" send_success_notification: false secrets: requirements_bot_github_token: ${{ secrets.REQUIREMENTS_BOT_GITHUB_TOKEN }}