-
Notifications
You must be signed in to change notification settings - Fork 477
Migrate Danger to use danger-pr-comment workflow #970
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
00b9cd9 to
8d9ed57
Compare
8d9ed57 to
e36f5b8
Compare
c8f4166 to
fc17695
Compare
Replaces manual Danger setup with reusable workflow from numbata/danger-pr-comment, following the pattern from slack-ruby/slack-ruby-client#581 and slack-ruby/slack-ruby-bot-server#181. - Add danger, danger-pr-comment, danger-changelog, and danger-toc to Gemfile - Update Dangerfile to import danger-pr-comment and add changelog.check! and toc.check! - Replace danger.yml workflow with reusable workflow pattern - Add danger-comment.yml workflow for PR comments 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
fc17695 to
07a05ab
Compare
| expect(hidden_entity_definition).to include({ | ||
| 'type' => 'object', | ||
| 'properties' => {}, | ||
| 'required' => ['hidden_prop'] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is from last version of grape-swagger-entity.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like there are other problems with grape/HEAD, going to leave this alone for a little bit ...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We probably need a scheduled workflow that runs the specs periodically, so we catch breakages early and keep the gem healthy.
faaa3ec to
aeb6c7e
Compare
Summary
Migrates from manual Danger setup to reusable workflow using
danger-pr-comment, following the pattern from:Changes
danger,danger-pr-comment,danger-changelog, anddanger-tocto Gemfiledanger-pr-commentand addchangelog.check!andtoc.check!danger.ymlworkflow with reusable workflow pattern fromnumbata/danger-pr-commentdanger-comment.ymlworkflow for posting PR commentsTest plan
🤖 Generated with Claude Code