You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-11-23 17:02:25 +03:00
Replace matrix.org/matrix-react-sdk by element-hq/matrix-react-sdk (#4404)
This commit is contained in:
@@ -21,14 +21,14 @@ concurrency:
|
|||||||
jobs:
|
jobs:
|
||||||
playwright:
|
playwright:
|
||||||
name: 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:
|
permissions:
|
||||||
actions: read
|
actions: read
|
||||||
issues: read
|
issues: read
|
||||||
pull-requests: read
|
pull-requests: read
|
||||||
with:
|
with:
|
||||||
matrix-js-sdk-sha: ${{ github.sha }}
|
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
|
# 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.
|
# from creeping in. They take a long time to run and consume multiple concurrent runners.
|
||||||
skip: ${{ github.event_name != 'merge_group' }}
|
skip: ${{ github.event_name != 'merge_group' }}
|
||||||
|
|||||||
2
.github/workflows/notify-downstream.yaml
vendored
2
.github/workflows/notify-downstream.yaml
vendored
@@ -14,7 +14,7 @@ jobs:
|
|||||||
include:
|
include:
|
||||||
- repo: element-hq/element-web
|
- repo: element-hq/element-web
|
||||||
event: element-web-notify
|
event: element-web-notify
|
||||||
- repo: matrix-org/matrix-react-sdk
|
- repo: element-hq/matrix-react-sdk
|
||||||
event: upstream-sdk-notify
|
event: upstream-sdk-notify
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -28,7 +28,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
final: ${{ inputs.mode == 'final' }}
|
final: ${{ inputs.mode == 'final' }}
|
||||||
npm: ${{ inputs.npm }}
|
npm: ${{ inputs.npm }}
|
||||||
downstreams: '["matrix-org/matrix-react-sdk", "element-hq/element-web"]'
|
downstreams: '["element-hq/matrix-react-sdk", "element-hq/element-web"]'
|
||||||
|
|
||||||
docs:
|
docs:
|
||||||
name: Publish Documentation
|
name: Publish Documentation
|
||||||
|
|||||||
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@@ -76,7 +76,7 @@ jobs:
|
|||||||
matrix-react-sdk:
|
matrix-react-sdk:
|
||||||
name: Downstream test matrix-react-sdk
|
name: Downstream test matrix-react-sdk
|
||||||
if: github.event_name == 'merge_group'
|
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:
|
with:
|
||||||
disable_coverage: true
|
disable_coverage: true
|
||||||
matrix-js-sdk-sha: ${{ github.sha }}
|
matrix-js-sdk-sha: ${{ github.sha }}
|
||||||
|
|||||||
Reference in New Issue
Block a user