From 2d24def060605c4793ecec8ebe1a906abb3b076a Mon Sep 17 00:00:00 2001 From: Brian Mesick Date: Mon, 15 May 2023 09:11:34 -0400 Subject: [PATCH] build: Fix reviewers on python requirements action A team was accidentally put in user_reviewers section, causing the PR notifications to fail. --- .github/workflows/upgrade-python-requirements.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/upgrade-python-requirements.yml b/.github/workflows/upgrade-python-requirements.yml index 31fd5a2..1eee128 100644 --- a/.github/workflows/upgrade-python-requirements.yml +++ b/.github/workflows/upgrade-python-requirements.yml @@ -16,8 +16,8 @@ jobs: with: branch: ${{ github.event.inputs.branch || 'main' }} # optional parameters below; fill in if you'd like github or email notifications - user_reviewers: "openedx-event-sink-clickhouse-maintainers" - # team_reviewers: "" + # user_reviewers: "" + team_reviewers: "openedx-event-sink-clickhouse-maintainers" # email_address: "" # send_success_notification: false secrets: