fix(create-pr): add fallback for unreliable gh auto-merge - #559
Conversation
gh pr merge --auto often silently fails to merge even after setting. Try --auto first, and if it fails, fall back to watching CI checks then merging directly.
|
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 (4)
📝 WalkthroughWalkthroughAdds comprehensive documentation for a Scriptable Habit Tracker Widget with design specifications and implementation plan, plus updates workflow documentation for PR creation and evaluation harness skills with refined multi-phase logic and variant-type support. Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~22 minutes Possibly related PRs
Poem
✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
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 Tip You can get early access to new features in CodeRabbit.Enable the |
## [5.46.3](v5.46.2...v5.46.3) (2026-03-18) ### Bug Fixes * **create-pr:** add fallback for unreliable gh auto-merge ([#559](#559)) ([5895b95](5895b95))
Summary
gh pr merge --auto가 설정은 되지만 실제 merge가 안 되는 문제에 대한 fallback 추가Changes
create-pr/SKILL.md: step 7-8 로직 변경 —--auto먼저 시도, 실패 시gh pr checks --watch→verify-pr-status.sh→gh pr merge --squashfallbackTests
Summary by CodeRabbit