This is an automated email from the ASF dual-hosted git repository.
lizhanhui pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/rocketmq.git
The following commit(s) were added to refs/heads/develop by this push:
new 2a46dbed1 Add required pull request reviews rule for develop branch
(#4907)
2a46dbed1 is described below
commit 2a46dbed19bf3e0613c01118c6277fc9b71a3813
Author: rongtong <[email protected]>
AuthorDate: Sat Aug 27 20:30:52 2022 +0800
Add required pull request reviews rule for develop branch (#4907)
---
.asf.yaml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/.asf.yaml b/.asf.yaml
index f72a8a964..48f0b486d 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -33,6 +33,10 @@ github:
protected_branches:
master: {}
develop:
+ required_pull_request_reviews:
+ dismiss_stale_reviews: true
+ require_code_owner_reviews: false
+ required_approving_review_count: 1
required_status_checks:
contexts:
- misspell-check