Open matthewbartos opened 3 years ago
Hello, with this config I'm unable to see review comments with detected issues:
- name: detekt uses: alaegin/Detekt-Action@v1.15.0.1 with: github_token: ${{ secrets.PAT || secrets.TOKEN }} reviewdog_reporter: github-pr-review detekt_config: detekt-config.yml # Change config path reviewdog_level: error
Build is failing (issues detected), checks are passing, no comments are posted. The github_token is valid.
Hello!
Could you provide GitHub Action's log?
Hello, with this config I'm unable to see review comments with detected issues:
Build is failing (issues detected), checks are passing, no comments are posted. The github_token is valid.