This is an automated email from the ASF dual-hosted git repository.
hulk pushed a commit to branch unstable
in repository https://gitbox.apache.org/repos/asf/kvrocks-controller.git
The following commit(s) were added to refs/heads/unstable by this push:
new 0c11f64 Enable dismiss_stale_reviews in .asf.yaml (#343)
0c11f64 is described below
commit 0c11f64f20b87e992fcc60ce9b8d6b768ddf2ef9
Author: Twice <[email protected]>
AuthorDate: Wed Aug 20 09:58:49 2025 +0800
Enable dismiss_stale_reviews in .asf.yaml (#343)
---
.asf.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.asf.yaml b/.asf.yaml
index 6b66f7e..25ca55c 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -36,7 +36,7 @@ github:
protected_branches:
unstable:
required_pull_request_reviews:
- dismiss_stale_reviews: false
+ dismiss_stale_reviews: true
required_approving_review_count: 1
required_status_checks:
strict: true