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
The GitHub Actions job "Run formatter" is failing to commit its results to PRs. The logs indicate the committing action does not have permission to push to the fork.
I know there is a checkbox when creating PRs to allow the target's maintainers to make changes to the source branch, and I believe this may be part of the problem -- perhaps the bot needs to be added as a maintainer to this repo?
I am investigating this and will report back when I have more concrete answers.
Expected behaviour
If the formatter makes changes, they should successfully be committed to the branch
Actual behaviour
The committing script does not have push access to the fork
Steps to reproduce
Open a PR where there formatter script (npm run format) finds something to change, then check the workflow run results
Any relevant logs, error output, etc?
Relevant output:
Error: Error: Pushing to https://github.com/emilkovacev/devU-api
remote: Permission to emilkovacev/devU-api.git denied to github-actions[bot].
fatal: unable to access 'https://github.com/emilkovacev/devU-api/': The requested URL returned error: 403
Subject of the issue
The GitHub Actions job "Run formatter" is failing to commit its results to PRs. The logs indicate the committing action does not have permission to push to the fork.
I know there is a checkbox when creating PRs to allow the target's maintainers to make changes to the source branch, and I believe this may be part of the problem -- perhaps the bot needs to be added as a maintainer to this repo?
I am investigating this and will report back when I have more concrete answers.
Expected behaviour
If the formatter makes changes, they should successfully be committed to the branch
Actual behaviour
The committing script does not have push access to the fork
Steps to reproduce
Open a PR where there formatter script (
npm run format
) finds something to change, then check the workflow run resultsAny relevant logs, error output, etc?
Relevant output:
Full logs: https://github.com/makeopensource/devU-api/actions/runs/3485465689/jobs/5831029630
The text was updated successfully, but these errors were encountered: