RN: Move {packages => private}/react-native-bots (#51932)

Summary:
Pull Request resolved: https://github.com/facebook/react-native/pull/51932

Moves `packages/react-native-bots` to `private/react-native-bots`.

Changelog:
[Internal]

Reviewed By: huntie

Differential Revision: D76354266

fbshipit-source-id: 6ca714c8b0c881b073d84a2f033f78d366ed3f24
This commit is contained in:
Tim Yung
2025-06-10 16:37:49 -07:00
committed by Facebook GitHub Bot
parent df52bbe649
commit 683054c512
9 changed files with 19 additions and 26 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ export GITHUB_REPO=-react-native
echo google-java-format
node scripts/lint-java.js --diff
} | node packages/react-native-bots/code-analysis-bot.js
} | node private/react-native-bots/code-analysis-bot.js
STATUS=$?
if [ $STATUS == 0 ]; then