Merge pull request #28049 from element-hq/florianduros/change-react-sdk-repo

Replace `matrix.org/matrix-react-sdk` with `element-hq/matrix-react-sdk` in CI
This commit is contained in:
Florian Duros 2024-09-13 13:37:26 +00:00 committed by GitHub
commit 804a57c80e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 7 additions and 7 deletions

View file

@ -1,3 +1,3 @@
_extends: matrix-org/matrix-react-sdk _extends: element-hq/matrix-react-sdk
version-resolver: version-resolver:
default: patch default: patch

View file

@ -33,7 +33,7 @@ jobs:
- name: Fetch matrix-react-sdk - name: Fetch matrix-react-sdk
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with:
repository: matrix-org/matrix-react-sdk repository: element-hq/matrix-react-sdk
path: matrix-react-sdk path: matrix-react-sdk
- name: Fetch matrix-js-sdk - name: Fetch matrix-js-sdk

View file

@ -16,14 +16,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:
element-web-sha: ${{ github.sha }} element-web-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' }}

View file

@ -62,7 +62,7 @@ jobs:
const repos = [ const repos = [
"element-hq/element-desktop", "element-hq/element-desktop",
"element-hq/element-web", "element-hq/element-web",
"matrix-org/matrix-react-sdk", "element-hq/matrix-react-sdk",
"matrix-org/matrix-js-sdk", "matrix-org/matrix-js-sdk",
]; ];
const teams = [ const teams = [

View file

@ -53,7 +53,7 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
if: inputs.matrix-react-sdk if: inputs.matrix-react-sdk
with: with:
repository: matrix-org/matrix-react-sdk repository: element-hq/matrix-react-sdk
path: matrix-react-sdk path: matrix-react-sdk
ref: staging ref: staging
fetch-depth: 0 fetch-depth: 0
@ -95,7 +95,7 @@ jobs:
uses: t3chguy/wait-on-check-action@18541021811b56544d90e0f073401c2b99e249d6 # fork uses: t3chguy/wait-on-check-action@18541021811b56544d90e0f073401c2b99e249d6 # fork
with: with:
ref: staging ref: staging
repo: matrix-org/matrix-react-sdk repo: element-hq/matrix-react-sdk
repo-token: ${{ secrets.ELEMENT_BOT_TOKEN }} repo-token: ${{ secrets.ELEMENT_BOT_TOKEN }}
wait-interval: 10 wait-interval: 10
check-name: draft check-name: draft