fix(skills): remove auto merge from create-pr default flow - #617
Conversation
Auto merge should only run when explicitly requested by the user, not as a default step in the PR creation workflow.
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe create-pr skill's merge workflow is modified to make auto-merge and wait-for-merge operations conditional and user-controlled instead of automatically executed. Previously active commands are commented out, with documentation added indicating these steps should only run upon explicit user request. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Poem
✨ 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 |
## [16.7.4](v16.7.3...v16.7.4) (2026-04-15) ### Bug Fixes * **skills:** remove auto merge from create-pr default flow ([#617](#617)) ([4d2b84f](4d2b84f))
Summary
gh pr merge --auto --squash를 기본 플로우에서 제거Changes
plugins/me/skills/create-pr/SKILL.md: auto merge와 wait-for-merge를 기본 플로우에서 주석 처리하고, 별도 조건부 섹션으로 분리Tests
Summary by CodeRabbit