react-native/bots/README.md
Héctor Ramos c87d03a8b2 Update danger token
Summary: Closes https://github.com/facebook/react-native/pull/18111

Differential Revision: D7099636

Pulled By: hramos

fbshipit-source-id: fc95ba83c34e0061c13fb831ea3496d7e8f3793a
2018-02-27 10:01:40 -08:00

19 lines
608 B
Markdown

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](http://danger.systems/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.