feat: improve homebrew-tap PR body and remove git config#36
Conversation
- Remove explicit git user.name/email configuration; commits are attributed to the GitHub App or PAT owner automatically. - Remove duplicate checkout step. - Generate structured PR body with summary, updated targets table with SHA256 checksums, and link to the release. - Update documentation to reflect PR body changes.
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
WalkthroughThis PR enriches the Homebrew tap reusable workflow with improved authentication handling, credential persistence for repository operations, and structured PR descriptions. The workflow now supports token fallback, maintains credentials for pushing updates, and generates detailed PR bodies with SHA256 checksums and release metadata. ChangesHomebrew tap workflow improvements
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 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 |
Summary
git config user.name/email; commits are attributed to the GitHub App or PAT owner automatically.Example PR body
Summary by CodeRabbit
Release Notes
Documentation
Improvements