-
-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] skip_annotations: true
still posts annotations
#1458
Comments
Thanks for reporting this issue, don't forget to star this project if you haven't already to help us reach a wider audience. |
Hi @rtizzy can you enable debug mode and include the relevant log output |
Closing this issue as there has been no response and I’m unable to reproduce it |
Hello @jackton1 I'm facing this issue as well with the following config: - name: ESLint changed files
uses: tj-actions/eslint-changed-files@v25
with:
skip_annotations: true
fail_on_error: true
file_extensions: '**/*.{js,ejs}'
token: ${{ secret }} And I'm still getting the PR annotations How can I enable the debug mode? Here's part of the logs I can see from my action
|
Is there an existing issue for this?
Does this issue exist in the latest version?
Describe the bug?
When setting skip_annotations to true, annotations are still posted into the PR
To Reproduce
Try the following config for this action
Create a file that fails linting
Create a PR and annotations are posted.
What OS are you seeing the problem on?
ubuntu-latest or ubuntu-22.04
Expected behavior?
eslint runs and otherwise fails if relevant but does not post any annotations.
Relevant log output
Has all relevant logs been included?
Anything else?
Code of Conduct
The text was updated successfully, but these errors were encountered: