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 20
20
CI : true
21
21
eslint :
22
22
runs-on : ubuntu-latest
23
- permissions :
24
- contents : read
25
- pull-requests : write
26
23
steps :
27
24
- uses : actions/checkout@v3
28
25
- name : Setup Node
@@ -39,10 +36,11 @@ jobs:
39
36
with :
40
37
commit_message : Apply auto lint-fix changes
41
38
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