This is an automated email from the ASF dual-hosted git repository. jbonofre pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/polaris.git
The following commit(s) were added to refs/heads/main by this push: new 3bbb77bfc Update .asf.yaml adding dismiss_stale_reviews to true and require_last_push_approval to false (#1265) 3bbb77bfc is described below commit 3bbb77bfc5724130b272ca97e4ea34a0092dddc2 Author: JB Onofré <jbono...@apache.org> AuthorDate: Sun Mar 30 07:38:11 2025 +0200 Update .asf.yaml adding dismiss_stale_reviews to true and require_last_push_approval to false (#1265) --- .asf.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.asf.yaml b/.asf.yaml index c005d4606..89a1834f7 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -41,6 +41,8 @@ github: main: required_pull_request_reviews: require_code_owner_reviews: false + dismiss_stale_reviews: true + require_last_push_approval: false required_approving_review_count: 1 required_linear_history: true