This is an automated email from the ASF dual-hosted git repository.
kirs pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git
The following commit(s) were added to refs/heads/dev by this push:
new 9c211bd Require reviewers' approval before the PR can be merged
(#6143)
9c211bd is described below
commit 9c211bd5928b0ca63bf1e39d6dd683c52023deea
Author: kezhenxu94 <[email protected]>
AuthorDate: Thu Sep 9 09:55:39 2021 +0800
Require reviewers' approval before the PR can be merged (#6143)
---
.asf.yaml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.asf.yaml b/.asf.yaml
index 2ed24a4..d13cedf 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -42,3 +42,6 @@ github:
dev:
required_status_checks:
strict: true
+ required_pull_request_reviews:
+ dismiss_stale_reviews: true
+ required_approving_review_count: 1