From 35b94ad058ea32ca2a20ebdf4181809364556e74 Mon Sep 17 00:00:00 2001 From: farhan Date: Mon, 27 Apr 2026 11:24:39 +0500 Subject: [PATCH] chore: Adds reviewer in the python upgrade workflow --- .github/workflows/upgrade-python-requirements.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/upgrade-python-requirements.yml b/.github/workflows/upgrade-python-requirements.yml index 293fcc90..b939657f 100644 --- a/.github/workflows/upgrade-python-requirements.yml +++ b/.github/workflows/upgrade-python-requirements.yml @@ -17,9 +17,9 @@ jobs: branch: ${{ github.event.inputs.branch || 'main' }} # optional parameters below; fill in if you'd like github or email notifications # user_reviewers: "" - # team_reviewers: "" - # email_address: "" - # send_success_notification: false + team_reviewers: "axim-aximprovements" + email_address: "aximimprovements@axim.org" + send_success_notification: false secrets: requirements_bot_github_token: ${{ secrets.REQUIREMENTS_BOT_GITHUB_TOKEN }} requirements_bot_github_email: ${{ secrets.REQUIREMENTS_BOT_GITHUB_EMAIL }}