https://github.com/loadsmart/peril-settings
:wrench: Settings for Loadsmart's hosted Danger instance
https://github.com/loadsmart/peril-settings
code-review danger peril
Last synced: 2 months ago
JSON representation
:wrench: Settings for Loadsmart's hosted Danger instance
- Host: GitHub
- URL: https://github.com/loadsmart/peril-settings
- Owner: loadsmart
- Created: 2018-01-19T23:33:39.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-11-30T20:41:19.000Z (over 1 year ago)
- Last Synced: 2023-11-30T21:31:48.279Z (over 1 year ago)
- Topics: code-review, danger, peril
- Language: TypeScript
- Homepage:
- Size: 877 KB
- Stars: 0
- Watchers: 69
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
[](https://circleci.com/gh/loadsmart/peril-settings)
# Peril Settings
🔧 Settings for Loadsmart's hosted Danger instance
## How to add Peril to my repo
**Note**: this applies to repositories under Loadsmart organization. If
you want to install peril for your repositories, you probably want to
take a look at the general instructions available at
[peril repository][peril-repo].For Loadsmart organization, the app is already installed and configured.
You'll only need to enable it for your repository.Go to [org settings][org-settings], and then select _Installed Github
Apps_.Choose the one named `peril-loadsmart`:

On the configuration screen for peril-loadsmart app, under _Repository
Access_ section, choose the repository you want Peril to run and then
click _Save_:
## Install
```bash
$ git clone [email protected]:loadsmart/peril-settings.git
$ cd peril-settings
$ brew intall yarn
$ yarn install
```## Test
```bash
$ yarn jest
```[org-settings]: https://github.com/organizations/loadsmart/settings/profile
[peril-repo]: https://github.com/danger/peril