Conversation
WalkthroughThis pull request updates the PowerShell Gallery badge URL in Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (4 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.
Actionable comments posted: 1
🤖 Fix all issues with AI agents
In `@CHANGELOG.md`:
- Around line 19-23: Update the Unreleased/Fixed entry for SqlServerDsc: correct
the typo "preleases" to "prereleases", format README.md as inline code
(`README.md`), and append the required issue reference using the repository's
standard issue link format (e.g., "(`#1234`)") so the entry reads clearly and
follows the changelog conventions.
🧹 Nitpick comments (1)
README.md (1)
10-10: Remove trailing space and wrap the long badge line.The badge line has a trailing space (MD009) and exceeds 80 characters. Consider reference-style links to keep lines within the limit.
🔧 Proposed fix
-[](https://www.powershellgallery.com/packages/SqlServerDsc/) +[![PowerShell Gallery (with prereleases)][psgallery-preview-badge]][psgallery-preview-link] + +[psgallery-preview-badge]: https://img.shields.io/powershellgallery/v/SqlServerDsc?label=SqlServerDsc%20Preview&include_prereleases +[psgallery-preview-link]: https://www.powershellgallery.com/packages/SqlServerDsc/
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Fix all issues with AI agents
In `@README.md`:
- Line 10: The markdown line containing the PowerShell Gallery badge
([](https://www.powershellgallery.com/packages/SqlServerDsc/))
has trailing whitespace which violates MD009; remove the trailing space(s) at
the end of that line so the badge link ends immediately after the closing
parenthesis.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2438 +/- ##
=====================================
Coverage 94% 94%
=====================================
Files 225 225
Lines 10759 10759
=====================================
Hits 10139 10139
Misses 620 620
🚀 New features to boost your workflow:
|
|
Thank you! 🙂 |
Pull Request (PR) description
This PR fixes the PowerShell Gallery badge in SqlServerDsc/README.md so that
prerelease versions are correctly displayed using the supported shields.io
parameters.
No functional or behavioral changes.
This Pull Request (PR) fixes the following issues
Task list
file CHANGELOG.md. Entry should say what was changed and how that
affects users (if applicable), and reference the issue being resolved
(if applicable).
This change is