-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump two formulae at once #44
Comments
Similar situation, but its one formula and two platforms. For example, we support both mac and linux, how could we update a formulate like ripgrep https://github.com/BurntSushi/ripgrep/blob/master/pkg/brew/ripgrep-bin.rb with this action |
@chenrui333 I wasn't aware of this being a requirement of Homebrew-core CI for some formulae. Right now this isn't possible. If this was possible, how would you imagine configuring the action for this mode of operation? @bryantbiggs This was requested before, but it was closed by the requester #5. Feel free to open a new issue for that and reference the old one. |
@mislav Some formulae are listed in synced_versions_formulae, which requires them to be updated in the same PR. This is usually because they won't build without each other. |
Right now, there are some formulae are sharing the same source code tree and require version bump at the same time. I wonder if there is any way to bump two or more formulae at the same time. Thanks!
For example like this PR
The text was updated successfully, but these errors were encountered: