generated from reviewdog/action-composite-template
-
-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
Action suggest many changes, but no comments
I reckon i am missing some sort of setting in my YAML file?
name: Reviewdog
on: workflow_dispatch
jobs:
biome:
name: Linter 🧹
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- name: Check out code.
uses: actions/checkout@v4
- name: lint
uses: mongolyy/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-review
This is what i am trying to achieve:
But this is what it currently looks like on my end
zSoulweaver and brendonrapp
Metadata
Metadata
Assignees
Labels
No labels