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.
- Host: GitHub
- URL: https://github.com/revenuecat/dangerfile
- Owner: RevenueCat
- License: mit
- Created: 2022-08-25T17:33:28.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-10-06T13:56:31.000Z (8 months ago)
- Last Synced: 2025-10-06T15:32:15.608Z (8 months ago)
- Language: Ruby
- Size: 20.5 KB
- Stars: 1
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.