diff --git a/.github/workflows/downstream-end-to-end-tests.yml b/.github/workflows/downstream-end-to-end-tests.yml index 245b2c507d..44e76748db 100644 --- a/.github/workflows/downstream-end-to-end-tests.yml +++ b/.github/workflows/downstream-end-to-end-tests.yml @@ -21,14 +21,14 @@ concurrency: jobs: playwright: name: Playwright - uses: matrix-org/matrix-react-sdk/.github/workflows/end-to-end-tests.yaml@develop + uses: element-hq/matrix-react-sdk/.github/workflows/end-to-end-tests.yaml@develop permissions: actions: read issues: read pull-requests: read with: matrix-js-sdk-sha: ${{ github.sha }} - react-sdk-repository: matrix-org/matrix-react-sdk + react-sdk-repository: element-hq/matrix-react-sdk # We only want to run the playwright tests on merge queue to prevent regressions # from creeping in. They take a long time to run and consume multiple concurrent runners. skip: ${{ github.event_name != 'merge_group' }} diff --git a/.github/workflows/notify-downstream.yaml b/.github/workflows/notify-downstream.yaml index 8de5da70dc..d59a74ce65 100644 --- a/.github/workflows/notify-downstream.yaml +++ b/.github/workflows/notify-downstream.yaml @@ -14,7 +14,7 @@ jobs: include: - repo: element-hq/element-web event: element-web-notify - - repo: matrix-org/matrix-react-sdk + - repo: element-hq/matrix-react-sdk event: upstream-sdk-notify runs-on: ubuntu-latest diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cdd54d29c7..057156a8b8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: with: final: ${{ inputs.mode == 'final' }} npm: ${{ inputs.npm }} - downstreams: '["matrix-org/matrix-react-sdk", "element-hq/element-web"]' + downstreams: '["element-hq/matrix-react-sdk", "element-hq/element-web"]' docs: name: Publish Documentation diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index dc8adca6d2..21316ded26 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -76,7 +76,7 @@ jobs: matrix-react-sdk: name: Downstream test matrix-react-sdk if: github.event_name == 'merge_group' - uses: matrix-org/matrix-react-sdk/.github/workflows/tests.yml@develop + uses: element-hq/matrix-react-sdk/.github/workflows/tests.yml@develop with: disable_coverage: true matrix-js-sdk-sha: ${{ github.sha }}