mislav / bump-homebrew-formula-action

Automatically bump Homebrew formula after a release
The Unlicense
166 stars 32 forks source link

Request: `create-branch: false` #151

Open dbushong opened 7 months ago

dbushong commented 7 months ago

If a target repo has branch protections on, currently the code always creates a branch, even if you have create-pullrequest: false

However, if you know your COMMITTER_TOKEN has permissions to bypass branch protections, it would be nice to have a create-branch: false that lets you push directly to the requested branch.