You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by ji...@apache.org on 2022/01/18 15:30:29 UTC

[shardingsphere] branch master updated: Update .asf.yaml to require branches to be up to date before merging (#14872)

This is an automated email from the ASF dual-hosted git repository.

jianglongtao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new a00bccd  Update .asf.yaml to require branches to be up to date before merging (#14872)
a00bccd is described below

commit a00bccd351c292f8d6774e40edf9d8fa86584045
Author: 吴伟杰 <wu...@apache.org>
AuthorDate: Tue Jan 18 23:29:29 2022 +0800

    Update .asf.yaml to require branches to be up to date before merging (#14872)
    
    * Update .asf.yaml
    
    * Update .asf.yaml
---
 .asf.yaml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index 8c41300..0ebfb0d 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -42,6 +42,12 @@ github:
     issues: true
     projects: true
     wiki: true
+    master:
+      required_status_checks:
+        strict: true
+      required_pull_request_reviews:
+        dismiss_stale_reviews: true
+        required_approving_review_count: 1
   collaborators:
     - booooodv
     - yy2so