fix: add --repo flag and configurable git identity for homebrew-tap#40
Conversation
|
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 (2)
WalkthroughThis PR extends the reusable Homebrew tap workflow to accept optional inputs that customize the Git author identity (name and email) used when creating commits. The workflow inputs are declared with sensible defaults and applied when configuring Git during PR creation, with documentation added to guide callers. ChangesGit Author Identity Configuration
🎯 1 (Trivial) | ⏱️ ~3 minutes
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ 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 |
Summary
--repo "$GITHUB_REPOSITORY"togh release downloadso it works without a local git checkoutgit-user-nameandgit-user-emailinputs with sensible defaults (luxass-homebrew)reusable-homebrew-tap.mdRelated
Fixes the 'Author identity unknown' error when the workflow tries to commit to the tap repository.
Summary by CodeRabbit