mirror of
https://github.com/status-im/react-native.git
synced 2025-02-22 22:28:09 +00:00
Summary: Danger bot is pretty aggressive. This makes it a bit more friendly and helpful. See screenshot (this PR previously had an empty summary): <img width="785" alt="screen shot 2019-01-23 at 14 23 32" src="https://user-images.githubusercontent.com/13352/51613007-84416600-1f1a-11e9-88fc-6788f7854d89.png"> [General] [Changed] Danger bot is now friendlier in the RN repo. Pull Request resolved: https://github.com/facebook/react-native/pull/23124 Differential Revision: D13782700 Pulled By: cpojer fbshipit-source-id: 51a86af9449df6fef798415bcb450c79d7cea16b
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.