Danger runs during Grape projects' CI process, and gives you a chance to automate common code review chores.
Enable Danger for a project within the ruby-grape organization.
Add ruby-grape-danger
to Gemfile
.
gem 'ruby-grape-danger', require: false
Commit a Dangerfile
, eg. Grape's Dangerfile.
danger.import_dangerfile(gem: 'ruby-grape-danger')
To test things out, make a dummy entry in CHANGELOG.md
that doesn't match the standard format and make a pull request. Iterate until green.
MIT License. See LICENSE for details.