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
We do not need to enable "write" permission because we are not using the auto-fix feature but we could enable this two permissions:
permissions:
pull-requests: write
statuses: write
The first one makes this kind of comment on the PR:
And the second one is used by MegaLinter
[GitHub Status Reporter] Error posting Status for SPELLwith cspell: 403
GitHub API response: {"message":"Resource not accessible by integration","documentation_url":"https://docs.github.com/rest/reference/repos#create-a-commit-status"}
We do not need to enable "write" permission because we are not using the auto-fix feature but we could enable this two permissions:
The first one makes this kind of comment on the PR:
And the second one is used by MegaLinter
to post a status on the pull request for each processed linter.
The text was updated successfully, but these errors were encountered: