alaegin / Detekt-Action

Run Detekt with reviewdog
MIT License
23 stars 24 forks source link

reviewdog_reporter: github_pr_review is not working #26

Open matthewbartos opened 3 years ago

matthewbartos commented 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.

alaegin commented 3 years ago

Hello!

Could you provide GitHub Action's log?