Skip to content

Commit febe27d

Browse files
authored
Replace matrix.org/matrix-react-sdk by element-hq/matrix-react-sdk (#4404)
1 parent 7987ce7 commit febe27d

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/downstream-end-to-end-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ concurrency:
2121
jobs:
2222
playwright:
2323
name: Playwright
24-
uses: matrix-org/matrix-react-sdk/.github/workflows/end-to-end-tests.yaml@develop
24+
uses: element-hq/matrix-react-sdk/.github/workflows/end-to-end-tests.yaml@develop
2525
permissions:
2626
actions: read
2727
issues: read
2828
pull-requests: read
2929
with:
3030
matrix-js-sdk-sha: ${{ github.sha }}
31-
react-sdk-repository: matrix-org/matrix-react-sdk
31+
react-sdk-repository: element-hq/matrix-react-sdk
3232
# We only want to run the playwright tests on merge queue to prevent regressions
3333
# from creeping in. They take a long time to run and consume multiple concurrent runners.
3434
skip: ${{ github.event_name != 'merge_group' }}

.github/workflows/notify-downstream.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
include:
1515
- repo: element-hq/element-web
1616
event: element-web-notify
17-
- repo: matrix-org/matrix-react-sdk
17+
- repo: element-hq/matrix-react-sdk
1818
event: upstream-sdk-notify
1919

2020
runs-on: ubuntu-latest

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
final: ${{ inputs.mode == 'final' }}
3030
npm: ${{ inputs.npm }}
31-
downstreams: '["matrix-org/matrix-react-sdk", "element-hq/element-web"]'
31+
downstreams: '["element-hq/matrix-react-sdk", "element-hq/element-web"]'
3232

3333
docs:
3434
name: Publish Documentation

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
matrix-react-sdk:
7777
name: Downstream test matrix-react-sdk
7878
if: github.event_name == 'merge_group'
79-
uses: matrix-org/matrix-react-sdk/.github/workflows/tests.yml@develop
79+
uses: element-hq/matrix-react-sdk/.github/workflows/tests.yml@develop
8080
with:
8181
disable_coverage: true
8282
matrix-js-sdk-sha: ${{ github.sha }}

0 commit comments

Comments
 (0)