Skip to content

Commit dbc3750

Browse files
authored
Update required references to GitHub repo (react#36752)
1 parent d3da200 commit dbc3750

51 files changed

Lines changed: 72 additions & 72 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/compiler_discord_notify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
check_maintainer:
2626
if: ${{ needs.check_access.outputs.is_member_or_collaborator == 'true' || needs.check_access.outputs.is_member_or_collaborator == true }}
2727
needs: [check_access]
28-
uses: facebook/react/.github/workflows/shared_check_maintainer.yml@main
28+
uses: react/react/.github/workflows/shared_check_maintainer.yml@main
2929
permissions:
3030
# Used by check_maintainer
3131
contents: read

.github/workflows/compiler_prereleases_manual.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ env:
2929
jobs:
3030
publish_prerelease_experimental:
3131
name: Publish to Experimental channel
32-
uses: facebook/react/.github/workflows/compiler_prereleases.yml@main
32+
uses: react/react/.github/workflows/compiler_prereleases.yml@main
3333
with:
3434
commit_sha: ${{ inputs.prerelease_commit_sha || github.sha }}
3535
release_channel: ${{ inputs.release_channel }}

.github/workflows/compiler_prereleases_nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ env:
1313
jobs:
1414
publish_prerelease_experimental:
1515
name: Publish to Experimental channel
16-
uses: facebook/react/.github/workflows/compiler_prereleases.yml@main
16+
uses: react/react/.github/workflows/compiler_prereleases.yml@main
1717
with:
1818
commit_sha: ${{ github.sha }}
1919
release_channel: experimental

.github/workflows/devtools_discord_notify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
check_maintainer:
2626
if: ${{ needs.check_access.outputs.is_member_or_collaborator == 'true' || needs.check_access.outputs.is_member_or_collaborator == true }}
2727
needs: [check_access]
28-
uses: facebook/react/.github/workflows/shared_check_maintainer.yml@main
28+
uses: react/react/.github/workflows/shared_check_maintainer.yml@main
2929
permissions:
3030
# Used by check_maintainer
3131
contents: read

.github/workflows/runtime_build_and_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ jobs:
488488
./build2.tgz
489489
if-no-files-found: error
490490
- uses: actions/attest-build-provenance@v2
491-
# We don't verify builds generated from pull requests not originating from facebook/react.
491+
# We don't verify builds generated from pull requests not originating from react/react.
492492
# However, if the PR lands, the run on release branches will generate the attestation which can then
493493
# be used to download a build via scripts/release/download-experimental-build.js.
494494
#

.github/workflows/runtime_commit_artifacts.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ jobs:
292292
git config --global user.name "${{ github.triggering_actor }}"
293293
294294
git fetch origin --quiet
295-
git commit -m "$(git show ${{ inputs.commit_sha || github.event.workflow_run.head_sha || github.sha }} --no-patch --pretty=format:'%B%n%nDiffTrain build for [${{ inputs.commit_sha || github.event.workflow_run.head_sha || github.sha }}](https://github.com/facebook/react/commit/${{ inputs.commit_sha || github.event.workflow_run.head_sha || github.sha}})')" || echo "No changes to commit"
295+
git commit -m "$(git show ${{ inputs.commit_sha || github.event.workflow_run.head_sha || github.sha }} --no-patch --pretty=format:'%B%n%nDiffTrain build for [${{ inputs.commit_sha || github.event.workflow_run.head_sha || github.sha }}](https://github.com/react/react/commit/${{ inputs.commit_sha || github.event.workflow_run.head_sha || github.sha}})')" || echo "No changes to commit"
296296
- name: Push changes to branch
297297
if: inputs.dry_run == false && (inputs.force == true || steps.check_should_commit.outputs.should_commit == 'true')
298298
run: git push
@@ -466,7 +466,7 @@ jobs:
466466
git config --global user.name "${{ github.triggering_actor }}"
467467
468468
git fetch origin --quiet
469-
git commit -m "$(git show ${{ inputs.commit_sha || github.event.workflow_run.head_sha || github.sha }} --no-patch --pretty=format:'%B%n%nDiffTrain build for [${{ inputs.commit_sha || github.event.workflow_run.head_sha || github.sha }}](https://github.com/facebook/react/commit/${{ inputs.commit_sha || github.event.workflow_run.head_sha || github.sha}})')" || echo "No changes to commit"
469+
git commit -m "$(git show ${{ inputs.commit_sha || github.event.workflow_run.head_sha || github.sha }} --no-patch --pretty=format:'%B%n%nDiffTrain build for [${{ inputs.commit_sha || github.event.workflow_run.head_sha || github.sha }}](https://github.com/react/react/commit/${{ inputs.commit_sha || github.event.workflow_run.head_sha || github.sha}})')" || echo "No changes to commit"
470470
- name: Push changes to branch
471471
if: inputs.dry_run == false && (inputs.force == true || steps.check_should_commit.outputs.should_commit == 'true')
472472
run: git push

.github/workflows/runtime_discord_notify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
check_maintainer:
2828
if: ${{ needs.check_access.outputs.is_member_or_collaborator == 'true' || needs.check_access.outputs.is_member_or_collaborator == true }}
2929
needs: [check_access]
30-
uses: facebook/react/.github/workflows/shared_check_maintainer.yml@main
30+
uses: react/react/.github/workflows/shared_check_maintainer.yml@main
3131
permissions:
3232
# Used by check_maintainer
3333
contents: read

.github/workflows/shared_label_core_team_prs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
check_maintainer:
2727
if: ${{ needs.check_access.outputs.is_member_or_collaborator == 'true' || needs.check_access.outputs.is_member_or_collaborator == true }}
2828
needs: [check_access]
29-
uses: facebook/react/.github/workflows/shared_check_maintainer.yml@main
29+
uses: react/react/.github/workflows/shared_check_maintainer.yml@main
3030
permissions:
3131
# Used by check_maintainer
3232
contents: read

compiler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"repository": {
99
"type": "git",
10-
"url": "git+https://github.com/facebook/react.git"
10+
"url": "git+https://github.com/react/react.git"
1111
},
1212
"scripts": {
1313
"copyright": "node scripts/copyright.js",

compiler/packages/babel-plugin-react-compiler-rust/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"repository": {
2828
"type": "git",
29-
"url": "git+https://github.com/facebook/react.git",
29+
"url": "git+https://github.com/react/react.git",
3030
"directory": "compiler/packages/babel-plugin-react-compiler-rust"
3131
}
3232
}

0 commit comments

Comments
 (0)