File tree Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Original file line number Diff line number Diff line change 2020 CI : true
2121 eslint :
2222 runs-on : ubuntu-latest
23- permissions :
24- contents : read
25- pull-requests : write
2623 steps :
2724 - uses : actions/checkout@v3
2825 - name : Setup Node
@@ -39,10 +36,11 @@ jobs:
3936 with :
4037 commit_message : Apply auto lint-fix changes
4138 branch : ${{ github.head_ref }}
42- - name : eslint
43- if : steps.auto-commit-action.outputs.changes_detected == 'false'
44- uses : reviewdog/action-eslint@v1
45- with :
46- github_token : ${{ secrets.GITHUB_TOKEN }}
47- level : warning
48- reporter : github-pr-review
39+ # See: https://github.com/reviewdog/action-eslint/issues/152
40+ # - name: eslint
41+ # if: steps.auto-commit-action.outputs.changes_detected == 'false'
42+ # uses: reviewdog/action-eslint@v1
43+ # with:
44+ # github_token: ${{ secrets.GITHUB_TOKEN }}
45+ # level: warning
46+ # reporter: github-pr-review
You can’t perform that action at this time.
0 commit comments