Skip to content

Commit

Permalink
Merge pull request #25 from Slamdunk/filter_mode_file
Browse files Browse the repository at this point in the history
filter_mode: change default from `added` to `file`
  • Loading branch information
shogo82148 authored Nov 13, 2021
2 parents 1ca1ab3 + 2ed86b5 commit 2c31bf1
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 @@ -33,7 +33,7 @@ github-pr-review can use Markdown and add a link to rule page in reviewdog repor
### `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 @@ -20,8 +20,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: false
fail_on_error:
description: |
Expand Down

0 comments on commit 2c31bf1

Please sign in to comment.