Skip to content

Commit 09a0012

Browse files
committed
docs: correct the default value of dismiss_stale_reviews to true in readme
1 parent 2d52b75 commit 09a0012

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ Steps to upgrade will be added prior to the breaking release.
2929

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

3334
## [0.10.1]
3435

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,7 @@ the repository:
582582
- **`dismiss_stale_reviews`**: _(Optional `bool`)_
583583

584584
Dismiss approved reviews automatically when a new commit is pushed.
585-
Default is `false`.
585+
Default is `true`.
586586

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

0 commit comments

Comments
 (0)