fix: update path to .github workflows to read from openedx org

This commit is contained in:
Sarina Canelake
2022-09-10 17:41:02 -04:00
parent 4a2f231302
commit 69f0849165
8 changed files with 12 additions and 12 deletions

View File

@@ -7,4 +7,4 @@ on:
jobs:
commitlint:
uses: edx/.github/.github/workflows/commitlint.yml@master
uses: openedx/.github/.github/workflows/commitlint.yml@master

View File

@@ -10,4 +10,4 @@ on:
jobs:
version-check:
uses: edx/.github/.github/workflows/lockfileversion-check.yml@master
uses: openedx/.github/.github/workflows/lockfileversion-check.yml@master

View File

@@ -21,5 +21,5 @@ jobs:
requirements_bot_github_email: ${{ secrets.REQUIREMENTS_BOT_GITHUB_EMAIL }}
edx_smtp_username: ${{ secrets.EDX_SMTP_USERNAME }}
edx_smtp_password: ${{ secrets.EDX_SMTP_PASSWORD }}
uses: edx/.github/.github/workflows/upgrade-python-requirements.yml@master
uses: openedx/.github/.github/workflows/upgrade-python-requirements.yml@master

View File

@@ -233,7 +233,7 @@ FEATURES = {
# .. toggle_default: False
# .. toggle_description: Enable an API endpoint, named "xblock_view", to serve rendered XBlock views. This might be
# used by external applications. See for instance jquery-xblock (now unmaintained):
# https://github.com/openedx-solutions/jquery-xblock
# https://github.com/openedx/jquery-xblock
# .. toggle_use_cases: open_edx
# .. toggle_creation_date: 2014-03-14
# .. toggle_tickets: https://github.com/openedx/edx-platform/pull/2968

View File

@@ -16,7 +16,7 @@
# via -r requirements/edx/local.in
-e git+https://github.com/openedx/RateXBlock.git@2.0.1#egg=rate-xblock
# via -r requirements/edx/github.in
-e git+https://github.com/openedx-solutions/xblock-google-drive.git@2d176468e33c0713c911b563f8f65f7cf232f5b6#egg=xblock-google-drive
-e git+https://github.com/openedx/xblock-google-drive.git@2d176468e33c0713c911b563f8f65f7cf232f5b6#egg=xblock-google-drive
# via -r requirements/edx/github.in
acid-xblock==0.2.1
# via -r requirements/edx/base.in
@@ -1175,7 +1175,7 @@ xblock==1.6.1
# xblock-google-drive
# xblock-poll
# xblock-utils
xblock-drag-and-drop-v2 @ git+https://github.com/openedx-solutions/xblock-drag-and-drop-v2@v2.3.5
xblock-drag-and-drop-v2 @ git+https://github.com/openedx/xblock-drag-and-drop-v2@v2.3.5
# via -r requirements/edx/github.in
xblock-poll @ git+https://github.com/open-craft/xblock-poll@v1.12.0
# via -r requirements/edx/github.in

View File

@@ -16,7 +16,7 @@
# via -r requirements/edx/testing.txt
-e git+https://github.com/openedx/RateXBlock.git@2.0.1#egg=rate-xblock
# via -r requirements/edx/testing.txt
-e git+https://github.com/openedx-solutions/xblock-google-drive.git@2d176468e33c0713c911b563f8f65f7cf232f5b6#egg=xblock-google-drive
-e git+https://github.com/openedx/xblock-google-drive.git@2d176468e33c0713c911b563f8f65f7cf232f5b6#egg=xblock-google-drive
# via -r requirements/edx/testing.txt
acid-xblock==0.2.1
# via -r requirements/edx/testing.txt
@@ -1659,7 +1659,7 @@ xblock==1.6.1
# xblock-google-drive
# xblock-poll
# xblock-utils
xblock-drag-and-drop-v2 @ git+https://github.com/openedx-solutions/xblock-drag-and-drop-v2@v2.3.5
xblock-drag-and-drop-v2 @ git+https://github.com/openedx/xblock-drag-and-drop-v2@v2.3.5
# via -r requirements/edx/testing.txt
xblock-poll @ git+https://github.com/open-craft/xblock-poll@v1.12.0
# via -r requirements/edx/testing.txt

View File

@@ -65,9 +65,9 @@ git+https://github.com/openedx/django-require.git@0c54adb167142383b26ea6b3edecc3
-e git+https://github.com/openedx/blockstore.git@1.2.1#egg=blockstore==1.2.1 # Note: Blockstore 1.2.2 is failing.
-e git+https://github.com/openedx/codejail.git@3.1.3#egg=codejail==3.1.3
-e git+https://github.com/openedx/RateXBlock.git@2.0.1#egg=rate-xblock
-e git+https://github.com/openedx-solutions/xblock-google-drive.git@2d176468e33c0713c911b563f8f65f7cf232f5b6#egg=xblock-google-drive
-e git+https://github.com/openedx/xblock-google-drive.git@2d176468e33c0713c911b563f8f65f7cf232f5b6#egg=xblock-google-drive
# Third Party XBlocks
git+https://github.com/open-craft/xblock-poll@v1.12.0#egg=xblock-poll==1.12.0
git+https://github.com/openedx-solutions/xblock-drag-and-drop-v2@v2.3.5#egg=xblock-drag-and-drop-v2==2.3.5
git+https://github.com/openedx/xblock-drag-and-drop-v2@v2.3.5#egg=xblock-drag-and-drop-v2==2.3.5

View File

@@ -16,7 +16,7 @@
# via -r requirements/edx/base.txt
-e git+https://github.com/openedx/RateXBlock.git@2.0.1#egg=rate-xblock
# via -r requirements/edx/base.txt
-e git+https://github.com/openedx-solutions/xblock-google-drive.git@2d176468e33c0713c911b563f8f65f7cf232f5b6#egg=xblock-google-drive
-e git+https://github.com/openedx/xblock-google-drive.git@2d176468e33c0713c911b563f8f65f7cf232f5b6#egg=xblock-google-drive
# via -r requirements/edx/base.txt
acid-xblock==0.2.1
# via -r requirements/edx/base.txt
@@ -1539,7 +1539,7 @@ xblock==1.6.1
# xblock-google-drive
# xblock-poll
# xblock-utils
xblock-drag-and-drop-v2 @ git+https://github.com/openedx-solutions/xblock-drag-and-drop-v2@v2.3.5
xblock-drag-and-drop-v2 @ git+https://github.com/openedx/xblock-drag-and-drop-v2@v2.3.5
# via -r requirements/edx/base.txt
xblock-poll @ git+https://github.com/open-craft/xblock-poll@v1.12.0
# via -r requirements/edx/base.txt