This is an automated email from the ASF dual-hosted git repository.
meonkeys pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git
The following commit(s) were added to refs/heads/develop by this push:
new f114d04f19 FINERACT-2695: enable dismiss stale reviews for PRs
new 8d7629cb89 Merge pull request #6155 from
meonkeys/FINERACT-2695-dismiss-stale-reviews
f114d04f19 is described below
commit f114d04f19222bc725024abfd64bc2c4dfa6f6f4
Author: Adam Monsen <[email protected]>
AuthorDate: Mon Jul 20 12:23:12 2026 -0700
FINERACT-2695: enable dismiss stale reviews for PRs
This ensures new commits pushed to a PR are reviewed & approved.
---
.asf.yaml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.asf.yaml b/.asf.yaml
index 648d7a1964..5c77dcc6a0 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -32,6 +32,9 @@ github:
required_conversation_resolution: true
required_pull_request_reviews:
required_approving_review_count: 1
+ # Dismiss stale pull request approvals when new commits are pushed.
+ # New, reviewable commits pushed will dismiss previous pull request
review approvals.
+ dismiss_stale_reviews: true
notifications:
commits: [email protected]
pullrequests: [email protected]