From 9d6d4f66674f85960ab05e36c19e3d6f7ff68978 Mon Sep 17 00:00:00 2001 From: Feanil Patel Date: Tue, 27 Jan 2026 10:32:11 -0500 Subject: [PATCH] fix: Update the repo name in github workflows. Some workflows had links or conditionals based on the old repo name so update them to use the new repository name. --- .github/workflows/check-consistent-dependencies.yml | 2 +- .github/workflows/lint-imports.yml | 2 +- .github/workflows/unit-tests.yml | 4 ++-- .github/workflows/upgrade-python-requirements.yml | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/check-consistent-dependencies.yml b/.github/workflows/check-consistent-dependencies.yml index 56b5503eb456..cef731a7d175 100644 --- a/.github/workflows/check-consistent-dependencies.yml +++ b/.github/workflows/check-consistent-dependencies.yml @@ -65,7 +65,7 @@ jobs: developers. Please see the requirements README for information on how to resolve this: - https://github.com/openedx/edx-platform/blob/master/requirements/README.rst#inconsistent-dependencies + https://github.com/openedx/openedx-platform/blob/master/requirements/README.rst#inconsistent-dependencies EOMARKDOWN ) diff --git a/.github/workflows/lint-imports.yml b/.github/workflows/lint-imports.yml index e63919acdd32..2debc4cb1028 100644 --- a/.github/workflows/lint-imports.yml +++ b/.github/workflows/lint-imports.yml @@ -42,7 +42,7 @@ jobs: - name: Install python dependencies run: make dev-requirements - # As long there are sub-projects[1] in edx-platform, we analyze each + # As long there are sub-projects[1] in openedx-platform, we analyze each # project separately here, in order to make import-linting errors easier # to pinpoint. # diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index ecc2666c741a..e9f2fb0782e0 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -205,7 +205,7 @@ jobs: if: ${{ env.root_all_unit_tests_count != env.shards_all_unit_tests_count }} run: | echo "::error title='Unit test modules in unit-test-shards.json (unit-tests.yml workflow) are outdated'::unit tests running in unit-tests - workflow don't match the count for unit tests for entire edx-platform suite, please update the unit-test-shards.json under .github/workflows + workflow don't match the count for unit tests for entire openedx-platform suite, please update the unit-test-shards.json under .github/workflows to add any missing apps and match the count. for more details please take a look at scripts/gha-shards-readme.md" exit 1 @@ -272,7 +272,7 @@ jobs: # Combine and upload coverage reports. coverage: - if: (github.repository == 'edx/edx-platform-private') || (github.repository == 'openedx/edx-platform' && (startsWith(github.base_ref, 'open-release') == false)) + if: (github.repository == 'edx/edx-platform-private') || (github.repository == 'openedx/openedx-platform' && (startsWith(github.base_ref, 'release') == false)) runs-on: ubuntu-24.04 needs: [run-tests] strategy: diff --git a/.github/workflows/upgrade-python-requirements.yml b/.github/workflows/upgrade-python-requirements.yml index cbb70b06b79d..b7fd8f2741ec 100644 --- a/.github/workflows/upgrade-python-requirements.yml +++ b/.github/workflows/upgrade-python-requirements.yml @@ -12,11 +12,11 @@ on: jobs: call-upgrade-python-requirements-workflow: # Don't run the weekly upgrade job on forks -- it will send a weekly failure email. - if: github.repository == 'openedx/edx-platform' || github.event_name != 'schedule' + if: github.repository == 'openedx/openedx-platform' || github.event_name != 'schedule' uses: openedx/.github/.github/workflows/upgrade-python-requirements.yml@master with: branch: ${{ github.event.inputs.branch }} - team_reviewers: "wg-maintenance-edx-platform" + team_reviewers: "wg-maintenance-openedx-platform" email_address: orbi-bom@edx.org send_success_notification: false secrets: