CRITICAL- fix: correct GitHub publish owner - #820
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
Included review availability: Your plan provides up to 10 included reviews per hour; 9 remain after this review. 📝 WalkthroughWalkthroughThe Electron Builder GitHub publish configuration now targets the ChangesPublish configuration
Estimated code review effort: 1 (Trivial) | ~2 minutes Merge Risk: ⚪ Minimal · up to This is a localized correction to the GitHub publish owner in the release configuration; no actionable merge-blocking risk remains after normal checks and review. Suggested reviewers: 🚥 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 |
Pull Request Template
Description
Correct the GitHub publish owner in electron-builder.json5 from webadderall to webadderallorg.
Motivation
The upstream Recordly repository is hosted at webadderallorg/Recordly, but the electron-builder GitHub publishing configuration referenced webadderall as the owner.
This could cause release publishing to target the wrong GitHub repository.
Type of Change
Bug fix
Related Issue(s)
None
Testing Guide
Verify the upstream repository is webadderallorg/Recordly.
Verify electron-builder.json5 contains:
"owner": "webadderallorg".
Review the PR diff to confirm that only the GitHub publish owner was changed.
Checklist
Thank you for contributing!
Summary by CodeRabbit