react-native/bots
Héctor Ramos 1fe7b40a33 Fix eslint code analysis bot (#20822)
Summary:
The eslint bot has not been working since the migration to Circle 2.0.
Pull Request resolved: https://github.com/facebook/react-native/pull/20822

Differential Revision: D9492680

Pulled By: hramos

fbshipit-source-id: 7f2f9ac125b6cab1750902c485a6d27d6c3cf302
2018-08-23 20:34:51 -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 Prettier the rest of ReactNative 2018-05-11 13:52:30 -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.