Skip to content

Commit

Permalink
build: tag correct owner for review on uprgade PRs
Browse files Browse the repository at this point in the history
Currently, Arbi-BOM is being tagged on upgrade PRs but this repo is owned by Sarina as per the catalog-info.yml file, so updating github actions to tag Sarina instead.
  • Loading branch information
iamsobanjaved authored Jul 30, 2024
1 parent 185d6a7 commit 71ad42d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/upgrade-python-requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
call-upgrade-python-requirements-workflow:
with:
branch: ${{ github.event.inputs.branch }}
team_reviewers: "arbi-bom"
email_address: arbi-bom@edx.org
user_reviewers: "sarina"
email_address: sarina@axim.org
send_success_notification: false
secrets:
requirements_bot_github_token: ${{ secrets.REQUIREMENTS_BOT_GITHUB_TOKEN }}
Expand Down

0 comments on commit 71ad42d

Please sign in to comment.