-
Notifications
You must be signed in to change notification settings - Fork 1
Improve install script documentation #4
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
Merged
dblock
merged 4 commits into
numbata:main
from
dblock:update-readme-install-instructions
Jan 3, 2026
Merged
Improve install script documentation #4
dblock
merged 4 commits into
numbata:main
from
dblock:update-readme-install-instructions
Jan 3, 2026
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Owner
|
rebase from main? |
- Clarify which workflow files are overwritten with --force flag - Add explicit example command for using --force option - Improve documentation readability and structure 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
- Change workflow references from @main to @v0.1.0 for stability - Update both README.md examples and install script - Pin to specific version for reproducible installations 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
- Add Prerequisites section with example Gemfile and Dangerfile setup - Reorganize Requirements into Implementation Details section - Move Dangerfile report examples into dedicated JSON Report Output section - Improve Inputs section structure with clearer subsection headers - Enhance documentation flow for easier onboarding 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2cce0f5 to
4d6611a
Compare
Danger ReportNo issues found. |
7bbc6c5 to
6d7d57c
Compare
Collaborator
Author
Done. Do read my changes, I may have missed something in the merge. |
numbata
reviewed
Jan 2, 2026
6d7d57c to
93ef977
Compare
- Add example `with` block showing ruby-version and bundler-cache configuration - Update both README.md example and install script - Help users understand how to customize workflow inputs 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
93ef977 to
1409be4
Compare
numbata
approved these changes
Jan 3, 2026
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
I've migrated a project to danger-pr-comment in dblock/ruby-enum#52.
This PR improves the README documentation with better organization, clearer installation instructions, and version pinning for stability.
Documentation Improvements
Installation Enhancements
.github/workflows/danger.ymland.github/workflows/danger-comment.yml) are overwritten with--forceflag--forceoption@mainto@v0.1.0for version pinningBenefits
Test plan
🤖 Generated with Claude Code