Add draft-release workflow placeholder#68
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughA new GitHub Actions workflow file ChangesDraft Release Workflow
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ 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 |
Motivation
A
workflow_dispatchworkflow can only be listed and triggered once its file exists on the default branch. Merging this no-op placeholder first putsdraft-release.ymlonmainso the workflow can be dispatched during implementation.Changes
.github/workflows/draft-release.yml—workflow_dispatchwith abump_type(patch/minor/major) choice input; a single job that echoes the input and exits 0.How to test
workflow_dispatchonly appears once the workflow is on the default branch.bump_type.Summary by CodeRabbit