react-native/bots
Radek Czemerys 706888df35 Use Changelog instead of Release Notes for danger bot (#22395)
Summary:
In #22117 we changed the PR template to use `Changelog` instead of `Release notes` and now danger bot is complaining as it wasn't updated there.

cc turnrye
Pull Request resolved: https://github.com/facebook/react-native/pull/22395

Differential Revision: D13195006

Pulled By: TheSavior

fbshipit-source-id: 36b9675c1e30c86fb8d002b121cc29239d6f78dd
2018-11-27 12:38:22 -08: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 Use Changelog instead of Release Notes for danger bot (#22395) 2018-11-27 12:38:22 -08: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.