Skip to content

Update React Native GitHub repo slug#57321

Merged
gabrieldonadel merged 4 commits into
0.83-stablefrom
cipolleschi/update-react-native-repo-slug-083
Jun 24, 2026
Merged

Update React Native GitHub repo slug#57321
gabrieldonadel merged 4 commits into
0.83-stablefrom
cipolleschi/update-react-native-repo-slug-083

Conversation

@cipolleschi

@cipolleschi cipolleschi commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

Summary:

The React Native GitHub repository moved from facebook/react-native to react/react-native, but the 0.83 workflow guards and several repo links still pointed to the old slug. This caused workflows such as test-all to be skipped because github.repository no longer matched.

This updates exact facebook/react-native references to react/react-native, including workflow repository guards, release scripts, package metadata, tests, snapshots, and docs links. References to separate repositories such as facebook/react-native-website and facebook/react-native-devtools-frontend are intentionally unchanged.

Changelog:

[INTERNAL] [FIXED] - Update React Native GitHub repository references to react/react-native.

Test Plan:

  • git grep -n -E 'facebook/react-native($|[^-A-Za-z0-9_])' || true returns no matches
  • git diff --check

@meta-cla meta-cla Bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Jun 24, 2026

@gabrieldonadel gabrieldonadel left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, can you run prettier on .github/workflow-scripts/__tests__/createDraftRelease-test.js and .github/workflow-scripts/__tests__/generateChangelog-test.js?

@gabrieldonadel gabrieldonadel merged commit 752891b into 0.83-stable Jun 24, 2026
60 of 65 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. p: Facebook Partner: Facebook Partner Pick Request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants