unable to get Reviewdog eslint comments on the PR
shashank-saxena opened this issue · 3 comments
shashank-saxena commented
Is there an existing issue for this?
- I have searched the existing issues
Does this issue exist in the latest version?
- I'm using the latest release
Describe the bug?
I am using this config but unable to get review comments on PR by Reviewdog or am i missing something that is not highlighted in doc
- name: Validate code
if: always()
uses: tj-actions/eslint-changed-files@v20
with:
path: "Functions/functions"
config_path: ".eslintrc.js"
ignore_path: ".eslintignore"
file_extensions: |
**/*.ts
**/*.tsx
*.js
To Reproduce
See the bug description
What OS are you seeing the problem on?
macos-11
Expected behavior?
Should have updated the PR comments
Relevant log output
No response
Anything else?
logs from actions
Code of Conduct
- I agree to follow this project's Code of Conduct
jackton1 commented
Hi @shashank-saxena, when viewing the logs you can expand each item to get more information on why that is, ideally your workflow should run on a pull_request
event.
radiodario commented
@jackton1 I think @shashank-saxena means that they are not seeing review dog posting comments on the PR
jackton1 commented
Hi, @radiodario in that case I’ll suggest reviewing their configuration and taking a look at the logs.