chore: fix changelog workflow#776
Conversation
commit: |
📝 WalkthroughWalkthroughThese changes coordinate a shift in how the changelog update script is executed. The GitHub Actions workflow is modified to invoke the script using Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes 🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 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 |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #776 +/- ##
=======================================
Coverage 66.78% 66.78%
=======================================
Files 9 9
Lines 286 286
Branches 64 64
=======================================
Hits 191 191
Misses 78 78
Partials 17 17 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
no, i definitely prefer native execution! ❤️ |
🔗 Linked issue
n/a
❓ Type of change
📚 Description
Follow-up for #773
My bad, I didn't notice jiti was still used for executing scripts in CI. I notice that we can execute TS directly with node, so I updated to do so instead, but let me know if you'd prefer using jiti like before instead.