This is an automated email from the ASF dual-hosted git repository. twice pushed a commit to branch twice/require-one-approve in repository https://gitbox.apache.org/repos/asf/kvrocks-controller.git
commit c810d9c5d7ffecf0f1e128524b4f47ede34c8ce9 Author: Twice <[email protected]> AuthorDate: Sat Apr 27 12:19:26 2024 +0900 Require at least one approval before merging --- .asf.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.asf.yaml b/.asf.yaml index ac5e052..0f18a9c 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -34,7 +34,10 @@ github: merge: false rebase: true protected_branches: - unstable: {} + unstable: + required_pull_request_reviews: + dismiss_stale_reviews: false + required_approving_review_count: 1 notifications: commits: [email protected]
