mirror of
https://github.com/status-im/react-native.git
synced 2025-01-11 10:06:31 +00:00
22a2553405
Summary: No logic change here. Part of a plan to consolidate CI-only files amongst .circleci and bots/ directories. Closes https://github.com/facebook/react-native/pull/17807 Differential Revision: D6865976 Pulled By: hramos fbshipit-source-id: 48607a80dcf8cac1c3c033c18bf5d6dd4cd8e6bf
19 lines
618 B
Markdown
19 lines
618 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 .circleci
|
|
npm install
|
|
..
|
|
node .circleci/node_modules/.bin/danger pr https://github.com/facebook/react-native/pull/1
|
|
```
|
|
|
|
And you will get the responses from parsing the Dangerfile.
|