From 932ccd9d79e5e9eac3acbcfa2520fdf5442430c6 Mon Sep 17 00:00:00 2001 From: Zaeema Anwar <55206089+thezaeemaanwar@users.noreply.github.com> Date: Tue, 5 Sep 2023 16:07:27 +0500 Subject: [PATCH] chore: Tag Aximprovements team on weekly maintenance PRs --- .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 e17844c..e8596a2 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 || github.event.repository.default_branch }} # 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 }}