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
Error: Command failed: git -C /home/runner/work/pre-commit/pre-commit push origin HEAD:refs/heads/main
remote: error: GH006: Protected branch update failed for refs/heads/main.
remote:
remote: - Changes must be made through a pull request.
To https://github.com/biomejs/pre-commit
! [remote rejected] HEAD -> main (protected branch hook declined)
error: failed to push some refs to 'https://github.com/biomejs/pre-commit'
It looks like main branch is protected, which is good practice. However, as a result, the scheduled workflow is unable to push the commits. Able to add github_action[bot] and dependabot to the bypass list to allow it to work? I'm not sure what other options are available.
When I tested the workflow, I did not have any branch protection rules on my fork.
Without the tags on the main branch, pre-commit autoupdate will not use the right tags.
Uh oh!
There was an error while loading. Please reload this page.
https://github.com/biomejs/pre-commit/actions/runs/13170705879/job/36760419046
This is regarding #19
It looks like main branch is protected, which is good practice. However, as a result, the scheduled workflow is unable to push the commits. Able to add
github_action[bot]
anddependabot
to the bypass list to allow it to work? I'm not sure what other options are available.When I tested the workflow, I did not have any branch protection rules on my fork.
Without the tags on the main branch,
pre-commit autoupdate
will not use the right tags.The text was updated successfully, but these errors were encountered: