forked from facebook/react-native
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: No logic change here. Part of a plan to consolidate CI-only files amongst .circleci and bots/ directories. Closes facebook#17807 Differential Revision: D6865976 Pulled By: hramos fbshipit-source-id: 48607a80dcf8cac1c3c033c18bf5d6dd4cd8e6bf
- Loading branch information
1 parent
d74ff6f
commit 22a2553
Showing
8 changed files
with
34 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Circle CI | ||
|
||
This directory is home to the Circle CI configuration file. Circle is our continuous integration service provider. You can see the overall status of React Native's builds at https://circleci.com/gh/facebook/react-native | ||
|
||
You may also see an individual PR's build status by scrolling down to the Checks section in the PR. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,18 @@ | ||
Github bots and messages used by the Facebook Github bot. | ||
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](http://danger.systems/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 .circleci | ||
npm install | ||
.. | ||
node .circleci/node_modules/.bin/danger pr https://github.com/facebook/react-native/pull/1 | ||
``` | ||
|
||
And you will get the responses from parsing the Dangerfile. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file was deleted.
Oops, something went wrong.