Conversation
📝 WalkthroughWalkthroughUpdated GitHub Actions runners to newer versions across three workflows (macos-14 to macos-15, Windows-2022 to Windows-2025, ubuntu-latest to ubuntu-slim), restructured the pre-commit configuration with priority-based hook tiers, and added a single configuration ignore rule. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
🧪 Generate unit tests (beta)
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 @.github/workflows/release-drafter.yml:
- Line 19: The workflow's runner value uses the preview-only label "ubuntu-slim"
under the runs-on key which will fail for public repos; update the runs-on entry
to a supported GitHub-hosted runner such as "ubuntu-24.04" or "ubuntu-latest" so
the release-drafter workflow can run in this public repository.
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
Description
This PR updates the CI to use
macos-15instead ofmacos-14andwindows-2025instead ofwindows-2022. It furthermore updates.pre-commit-config.ymlto make use ofprek's priority feature.Checklist:
I have added appropriate tests that cover the new/changed functionality.I have updated the documentation to reflect these changes.I have added entries to the changelog for any noteworthy additions, changes, fixes, or removals.I have added migration instructions to the upgrade guide (if needed).