From 0ce2c13eb7a352b745852b7826ce66b23945f775 Mon Sep 17 00:00:00 2001 From: Feanil Patel Date: Mon, 22 Dec 2025 14:17:24 -0500 Subject: [PATCH] build: Tag a team with write access for reviews. According to https://github.com/openedx/repo-tools/blob/master/edx_repo_tools/pull_request_creator/__init__.py#L52-L54 The team we tag has to have write access to the repo. --- .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 9c11c4754..18e339b52 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: "feanil" - team_reviewers: "wg-maintenance-docs.openedx.org" + team_reviewers: "committers-docs-openedx-org" # email_address: "" # send_success_notification: false python_version: "3.12"