-
Notifications
You must be signed in to change notification settings - Fork 0
Update workflows #51
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
Update workflows #51
Conversation
WalkthroughGitHub Actions workflows updated with concurrency control, action version bumps, and dependency caching. Dev workflow now includes npm cache configuration and test execution steps; release workflow adds release metadata flags. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes
Possibly related PRs
Poem
Pre-merge checks and finishing touches❌ Failed checks (1 inconclusive)
✅ Passed checks (2 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (2)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
🔇 Additional comments (7)
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 |
This pull request updates the GitHub Actions workflows to improve reliability, efficiency, and concurrency handling. The main changes include adding concurrency controls, updating action versions, and enhancing caching and release steps.
Workflow concurrency and efficiency improvements:
concurrencygroups to both.github/workflows/dev.ymland.github/workflows/release.ymlto prevent overlapping workflow runs; in development, in-progress runs are cancelled, while in release, they are not. [1] [2]Action version updates and enhancements:
actions/checkoutandactions/setup-nodeto their latest minor/patch versions (v6.0.1andv6.1.0) in both workflows for improved stability and bug fixes. Also setfetch-depth: 0in the release workflow to ensure full git history is available. [1] [2]softprops/action-gh-releasetov2.5.0in the release workflow and explicitly setdraft: falseandprerelease: falseto ensure published releases are final and not drafts or prereleases.Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.