We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d52b75 commit 09a0012Copy full SHA for 09a0012
CHANGELOG.md
@@ -29,6 +29,7 @@ Steps to upgrade will be added prior to the breaking release.
29
30
- Set `webhooks` output as sensitive.
31
- Add underscores in team names (special thanks to @marc-sensenich)
32
+- Fix `dismiss_stale_reviews` in README to a default value of `true`
33
34
## [0.10.1]
35
README.md
@@ -582,7 +582,7 @@ the repository:
582
- **`dismiss_stale_reviews`**: _(Optional `bool`)_
583
584
Dismiss approved reviews automatically when a new commit is pushed.
585
- Default is `false`.
+ Default is `true`.
586
587
- **`dismissal_users`**: _(Optional `list(string)`)_
588
0 commit comments