-
Notifications
You must be signed in to change notification settings - Fork 0
Update badge link to use 'main' branch #58
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
Conversation
📝 WalkthroughWalkthroughUpdated GitHub Actions workflow status badge in README to reference the Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
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.
Pull request overview
This pull request updates the GitHub Actions workflow status badge in the README to reference the 'main' branch instead of 'master', aligning with modern Git branch naming conventions.
- Updated the branch parameter in the GitHub Actions workflow status badge URL from 'master' to 'main'
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Actionable comments posted: 1
🤖 Fix all issues with AI agents
In @README.md:
- Line 16: The badge image in the README uses an <img> tag without alt text;
update the tag that references
"https://img.shields.io/github/actions/workflow/status/twangodev/lfm-cli/build.yml?branch=main"
to include a meaningful alt attribute (e.g., alt="GitHub Actions build status")
so the <img> element describes the badge's purpose for accessibility and
linting.
📜 Review details
Configuration used: defaults
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
README.md
🧰 Additional context used
🪛 markdownlint-cli2 (0.18.1)
README.md
16-16: Images should have alternate text (alt text)
(MD045, no-alt-text)
🔇 Additional comments (1)
README.md (1)
16-16: ✅ Branch reference updated correctly.The badge URL parameter correctly references the
mainbranch, aligning with the repository's primary branch rename. This ensures the workflow status badge displays the correct CI/CD status.
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.