You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 acreate-branch: false
that lets you push directly to the requested branch.The text was updated successfully, but these errors were encountered: