You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Summary
Automate pull request quality checks by adding
[Danger](https://danger.systems) to the CI pipeline. This ensures every
PR follows project conventions — such as including a CHANGELOG entry —
before it can be merged, reducing manual review burden and keeping the
project consistent.
- Switch from `ruby-grape-danger` to
[`danger-pr-comment`](https://github.com/numbata/danger-pr-comment),
aligning with how [grape](https://github.com/ruby-grape/grape) handles
PR checks
- Danger results are posted as PR comments so contributors get clear,
actionable feedback
- Fix several historical CHANGELOG formatting issues caught by the new
checks
*[#371](https://github.com/ruby-grape/grape-entity/pull/371): Allow default exposed value to be `false` or any empty data - [@norydev](https://github.com/norydev).
0 commit comments