laminas / laminas-continuous-integration-action

GitHub Action for running a QA check
BSD 3-Clause "New" or "Revised" License
19 stars 19 forks source link

ShellCheck CI step can not write annotations to PR #103

Open boesing opened 2 years ago

boesing commented 2 years ago

Bug Report

The ShellCheck CI step of this component can not display check errors in Pull Requests due missing permission for Reviews for the GITHUB_TOKEN which is being passed to the action.

boesing commented 2 years ago

Hm, it seems that this is only for suggestions:

 Running shellcheck (suggestion) ...
  reviewdog: This GitHub token doesn't have write permission of Review API [1], 
  so reviewdog will report results via logging command [2] and create annotations similar to
  github-pr-check reporter as a fallback.