dawidd6 / action-homebrew-bump-formula

:gear: A GitHub Action to easily bump Homebrew formula on new release
MIT License
97 stars 26 forks source link

Not able to specify a fixed branch on the tap repository #67

Open carmal891 opened 1 month ago

carmal891 commented 1 month ago

Seems like the action works against the default branch of the tap repository. Is there a way to specify a non-default branch ?

dawidd6 commented 1 month ago

Not at this moment. It would first need to be implemented in brew, as now the default branch is hardcoded: https://github.com/Homebrew/brew/blob/916044581862c32fc2365e8e9ff0b1507a98925e/Library/Homebrew/dev-cmd/bump-formula-pr.rb#L134.