Skip to content

Commit

Permalink
Merge pull request #84 from mineiros-io/soerenmartius/fix-readme
Browse files Browse the repository at this point in the history
Correct the default value of dismiss_stale_reviews to true in README.md
  • Loading branch information
soerenmartius authored Nov 12, 2021
2 parents 2d52b75 + 09a0012 commit 5cbd1aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ Steps to upgrade will be added prior to the breaking release.

- Set `webhooks` output as sensitive.
- Add underscores in team names (special thanks to @marc-sensenich)
- Fix `dismiss_stale_reviews` in README to a default value of `true`

## [0.10.1]

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,7 @@ the repository:
- **`dismiss_stale_reviews`**: _(Optional `bool`)_

Dismiss approved reviews automatically when a new commit is pushed.
Default is `false`.
Default is `true`.

- **`dismissal_users`**: _(Optional `list(string)`)_

Expand Down

0 comments on commit 5cbd1aa

Please sign in to comment.