https://github.com/danger/peril-settings
🔎 The danger org's instance of Peril's settings
https://github.com/danger/peril-settings
Last synced: about 1 year ago
JSON representation
🔎 The danger org's instance of Peril's settings
- Host: GitHub
- URL: https://github.com/danger/peril-settings
- Owner: danger
- License: mit
- Created: 2017-12-18T13:23:31.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-03-30T16:16:20.000Z (over 7 years ago)
- Last Synced: 2025-04-07T18:42:22.675Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 118 KB
- Stars: 7
- Watchers: 5
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Danger Peril Settings
[What is Peril?](http://artsy.github.io/blog/2017/09/04/Introducing-Peril/)
### What is this project?
This is the configuration repo for Peril on the Danger org. There is a [settings file](settings.json) and org-wide
dangerfiles which are inside the [org folder](org).
Here's some links to the key things
* [Peril](https://github.com/danger/peril)
* [Danger JS](http://danger.systems/js/)
* [Peril for Orgs](https://github.com/danger/peril/blob/master/docs/setup_for_org.md)
* [Peril on the Danger Heroku team](https://dashboard.heroku.com/apps/peril-danger-staging)
### To Develop
```sh
git clone https://github.com/danger/peril-settings
cd peril-settings
yarn install
code .
```
You will need node and yarn installed beforehand. You can get them both by running `brew install yarn`. This will give you auto-completion and types for Danger/Peril mainly.