4c82ce42ef
Summary: GitHub notifications have been made noisier with these automatic mentions. We can rely on the automatic reviewer tags instead. Also: suggest labels that may be used, based on release notes (the danger bot cannot add labels itself). Closes https://github.com/facebook/react-native/pull/18138 Differential Revision: D7114654 Pulled By: hramos fbshipit-source-id: 0d85879f937921543935d090c792ea09f53cb84a |
||
---|---|---|
.. | ||
.babelrc | ||
IssueCommands.txt | ||
NewIssueGreeting.md | ||
QuestionGreeting.md | ||
README.md | ||
code-analysis-bot.js | ||
dangerfile.js | ||
package.json | ||
pr-inactivity-bookmarklet.js | ||
question-bookmarklet.js |
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.