Skip to content

Commit

Permalink
Merge pull request #133 from reviewdog/change_filter_mode
Browse files Browse the repository at this point in the history
Change the default filter_mode to file
  • Loading branch information
haya14busa committed Jun 16, 2024
2 parents c5758cf + d7769a1 commit bdb527e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ It's same as `-reporter` flag of reviewdog.
### `filter_mode`

Optional. Filtering mode for the reviewdog command [added,diff_context,file,nofilter].
Default is added.
Default is file.

### `fail_on_error`

Expand Down
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ inputs:
filter_mode:
description: |
Filtering mode for the reviewdog command [added,diff_context,file,nofilter].
Default is added.
default: 'added'
Default is file.
default: 'file'
required: true
fail_on_error:
description: |
Expand Down

0 comments on commit bdb527e

Please sign in to comment.