react-native/bots
Peter van der Zee cea798c57b Downgrade ES6 import to ES5 compat module.exports
Reviewed By: rubennorte

Differential Revision: D7498658

fbshipit-source-id: 6825c3010ce13c56f05284448ad9961fe058d7ea
2018-04-05 06:36:53 -07:00
..
.babelrc Move danger to bots directory 2018-01-31 16:42:41 -08:00
IssueCommands.txt Update HTTP -> HTTPS in links in the docs 2017-12-24 16:14:22 -08:00
README.md Update danger token 2018-02-27 10:01:40 -08:00
code-analysis-bot.js Update license headers for MIT license 2018-02-16 18:31:53 -08:00
dangerfile.js Downgrade ES6 import to ES5 compat module.exports 2018-04-05 06:36:53 -07:00
package.json Move danger to bots directory 2018-01-31 16:42:41 -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.