This is an automated email from the ASF dual-hosted git repository. xuanwo pushed a commit to branch Xuanwo-patch-1 in repository https://gitbox.apache.org/repos/asf/iceberg-rust.git
commit 8b5590faf11ac685c7f0cb65ceb6e90a7cbb2012 Author: Xuanwo <[email protected]> AuthorDate: Wed Oct 29 02:52:29 2025 +0800 ci: Don't dismiss stale review to make contribution easier --- .asf.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.asf.yaml b/.asf.yaml index 1a766f533..842ffc39a 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -40,7 +40,7 @@ github: required_pull_request_reviews: required_approving_review_count: 1 - dismiss_stale_reviews: true + dismiss_stale_reviews: false required_linear_history: true del_branch_on_merge: true
