This is an automated email from the ASF dual-hosted git repository.
twice 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 a4794bf Require at least one approval before merging (#168)
a4794bf is described below
commit a4794bf24fa97a713cb276bf5fd8fe586c0709c4
Author: Twice <[email protected]>
AuthorDate: Sat Apr 27 12:24:15 2024 +0900
Require at least one approval before merging (#168)
---
.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]