react-native-macos/packages/react-native-bots
Pranav Yadav 14316bd635 Add missing READMEs & Update package.json in all RN packages (#37090)
Summary:
This diff adds _missing_ README files for all public RN packages.

#### Changes:
For all public RN packages:
- Add _Missing_ READMEs

Update package.json in all RN packages to add:
- Issues, Bugs urls
- Keywords and Homepage urls to respective pkgs

## Changelog:

[GENERAL][ADDED] - Add missing README files for all public RN packages.
[GENERAL][CHANGED] - Update package.json in all RN packages to add required fields.

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

Test Plan: - `yarn lint && yarn flow && yarn test-ci` --> _should be green_

Reviewed By: cortinico

Differential Revision: D45390861

Pulled By: hoxyq

fbshipit-source-id: 524a92de56a7cb553573d9f54ccf40a998dfd35f
2023-04-28 04:26:20 -07:00
..
.babelrc Add bots as a yarn workspace and update danger action (#34652) 2022-09-12 22:03:34 -07:00
README.md Add bots as a yarn workspace and update danger action (#34652) 2022-09-12 22:03:34 -07:00
code-analysis-bot.js Add bots as a yarn workspace and update danger action (#34652) 2022-09-12 22:03:34 -07:00
dangerfile.js Do not run OSS changelog validator on diffs exported from Phabricator (#36994) 2023-04-20 10:11:43 -07:00
datastore.js Add bots as a yarn workspace and update danger action (#34652) 2022-09-12 22:03:34 -07:00
make-comment.js Add bots as a yarn workspace and update danger action (#34652) 2022-09-12 22:03:34 -07:00
package.json Add missing READMEs & Update package.json in all RN packages (#37090) 2023-04-28 04:26:20 -07:00
post-artifacts-link.js Add bots as a yarn workspace and update danger action (#34652) 2022-09-12 22:03:34 -07:00
report-bundle-size.js Add bots as a yarn workspace and update danger action (#34652) 2022-09-12 22:03:34 -07:00

README.md

Danger

Danger is a JavaScript runtime which helps you provide continuous feedback inside GitHub. It's used inside Github Actions to analyze the contents of a GitHub pull request.

If you want to test changes to Danger, I'd recommend checking out an existing PR and then running the danger pr command. You'll need a GitHub Public Access Token (PAT). It will look like ghp_<REDACTED>.

So, for example:

DANGER_GITHUB_API_TOKEN=ghp_<REDACTED> yarn danger pr https://github.com/facebook/react-native/pull/1234

Code Analysis Bot

The code analysis bot provides lint and other results as inline reviews on GitHub. It runs as part of the Circle CI analysis workflow.

If you want to test changes to the Code Analysis Bot, I'd recommend checking out an existing PR and then running the analyze pr command. You'll need a GitHub token. You can re-use this one: 312d354b5c36f082cfe9 07973d757026bdd9f196 (just remove the space). So, for example:

GITHUB_TOKEN=[ENV_ABOVE] GITHUB_PR_NUMBER=1234 yarn lint-ci