From 983ce16b916a7e62bc59f2caf5c7680a43bcea22 Mon Sep 17 00:00:00 2001 From: Sarina Canelake Date: Tue, 8 Oct 2024 08:31:53 -0400 Subject: [PATCH] build: Update reviewers in python-requirements wkflow --- .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 d569928d..77080046 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: "feanil" - # team_reviewers: "" + # user_reviewers: "feanil" + team_reviewers: "docs-openedx-org-maintainers" # email_address: "" # send_success_notification: false python_version: "3.12"