chore(homebrew): use updated homebrew bump action#542
Conversation
Replace mislav/bump-homebrew-formula-action with dawidd6/action-homebrew-bump-formula (pinned to a specific commit / v7). Update the workflow input from formula-name/formula-path to the single `formula` key and remove the now-unnecessary COMMITTER_TOKEN env entry.
|
Michael Rosenfeld seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
📝 WalkthroughWalkthroughThe build workflow's Homebrew job now uses ChangesCI Workflow Update
Estimated code review effort🎯 2 (Simple) | ⏱️ ~5 minutes Suggested labels
🚥 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 |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In @.github/workflows/build.yaml:
- Around line 124-127: The Homebrew bump step using
dawidd6/action-homebrew-bump-formula@1446dca236b0440c6f02723a3f14f13be2c04ab0 is
missing the required inputs.token; update the step that currently sets
with.formula: terramaid to also set with.token using an appropriate repository
secret (for example secrets.HOMEBREW_TOKEN or secrets.GITHUB_TOKEN) so the
action can authenticate and open the PR.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
Run ID: 2a1558cc-c98e-4a45-8af1-4a4942108bce
📒 Files selected for processing (1)
.github/workflows/build.yaml
chore(homebrew): use updated homebrew bump action
what and why
Replace mislav/bump-homebrew-formula-action with dawidd6/action-homebrew-bump-formula (pinned to a specific commit / v7). Update the workflow input from formula-name/formula-path to the single
formulakey and remove the now-unnecessary COMMITTER_TOKEN env entry.Summary by CodeRabbit