An open API service indexing awesome lists of open source software.

https://github.com/revenuecat/dangerfile

RevenueCat's Danger file. Used for checking PRs on SDK projects. Used together with Danger. More info can be found here: http://danger.systems.
https://github.com/revenuecat/dangerfile

Last synced: about 2 months ago
JSON representation

RevenueCat's Danger file. Used for checking PRs on SDK projects. Used together with Danger. More info can be found here: http://danger.systems.

Awesome Lists containing this project

README

          

RevenueCat's Danger file. Used for checking PRs on SDK projects. Used together with Danger. More info can be found here: http://danger.systems.

Checks for certain rules and warns if needed. Some rules can be disabled by using // danger:disable rule_name.

## Rules

- Check to see if the PR is labeled with one of the supported GitHub PR labels
- Check to see if the PR increases the size of the repo (in bytes) by more than thresholds defined in the file.

## License

RevenueCat's Dangerfile is released under an MIT license. See the License file for more information.