react-native-macos/bots
Héctor Ramos b4b9c0f6fe Add Internal and JavaScript categories (#24744)
Summary:
So far we have only officially supported "iOS" and "Android" as categories, with a "General" catch all for everything else.
Let's add a "JavaScript" category for changes that only affect JavaScript, and an "Internal" category for things that do not make sense in a changelog (e.g. CI changes).

[Internal] [Added] - Added JavaScript and Internal categories to changelog regex
Pull Request resolved: https://github.com/facebook/react-native/pull/24744

Differential Revision: D15258061

Pulled By: cpojer

fbshipit-source-id: 8b6cb193adf602d3bd6639b550e04775b201fe59
2019-05-08 03:17:04 -07:00
..
.babelrc Move danger to bots directory 2018-01-31 16:42:41 -08:00
IssueCommands.txt Update IssueCommands.txt 2018-05-07 14:30:32 -07:00
README.md Update danger token 2018-02-27 10:01:40 -08:00
dangerfile.js Add Internal and JavaScript categories (#24744) 2019-05-08 03:17:04 -07:00
package.json Danger, be nice to PRs. (#23334) 2019-02-08 03:36:58 -08:00
yarn.lock Danger, be nice to PRs. (#23334) 2019-02-08 03:36:58 -08:00

README.md

GitHub bots, such as the Danger bot, as well as messages used by the Facebook GitHub bot are all configured in this directory/

Danger

We use Danger JS to perform rudimentary maintenance on the React Native repository.

If you'd like to make changes to the Dangerfile, find an existing PR on the React Native repo and make note of the URL.

Then, run from the React Native root directory:

cd bots
npm install
..
node bots/node_modules/.bin/danger pr https://github.com/facebook/react-native/pull/1		

And you will get the responses from parsing the Dangerfile.