fix(ci): use origin refs in create-release-pr workflow#381
Conversation
The workflow failed because `git log release..main` couldn't resolve the bare `release` ref. Use `origin/release..origin/main` instead.
✅ Deploy Preview for devsydev ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe create-release-pr GitHub Actions workflow updates its commit log generation to reference remote branches explicitly. The "Get commit log" step now uses ChangesRelease Workflow Update
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. 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 |
The workflow failed because `git log release..main` couldn't resolve the bare `release` ref. Use `origin/release..origin/main` instead.
Summary
create-release-prworkflow failure wheregit log release..maincouldn't resolve the barereleasereforigin/release..origin/mainwhich works withactions/checkoutfetch-depth: 0Summary by CodeRabbit