From 6613290b39ecc8fc3eaf75dbd09b286ca92e53d5 Mon Sep 17 00:00:00 2001 From: Maria Grimaldi Date: Mon, 20 Apr 2026 13:45:22 +0200 Subject: [PATCH] chore: update team_reviewers to match users with maintenance access The "Upgrade Python Requirements" workflow was partially failing because of the step "create pull request" which couldn't tag team reviewers that pointed to an out of date team. --- .github/workflows/upgrade-python-requirements.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/upgrade-python-requirements.yml b/.github/workflows/upgrade-python-requirements.yml index f0ca69bf..0e496d3b 100644 --- a/.github/workflows/upgrade-python-requirements.yml +++ b/.github/workflows/upgrade-python-requirements.yml @@ -17,7 +17,7 @@ jobs: branch: ${{ github.event.inputs.branch || 'main' }} # optional parameters below; fill in if you'd like github or email notifications # user_reviewers: "" - team_reviewers: "hooks-extension-framework" + team_reviewers: "committers-openedx-events" # email_address: "" # send_success_notification: false secrets: