You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@opendal.apache.org by xu...@apache.org on 2023/03/15 16:58:45 UTC

[incubator-opendal] branch main updated: ci: set main branch to be protected (#1631)

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

xuanwo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git


The following commit(s) were added to refs/heads/main by this push:
     new 4a0967cd ci: set main branch to be protected (#1631)
4a0967cd is described below

commit 4a0967cd7e6a9d771a49d9871cefa4d8c2008a79
Author: Jintao Zhang <ta...@163.com>
AuthorDate: Thu Mar 16 00:58:39 2023 +0800

    ci: set main branch to be protected (#1631)
    
    Signed-off-by: Jintao Zhang <zh...@gmail.com>
---
 .asf.yaml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index 6bf5c73e..6a87e3e3 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -28,6 +28,10 @@ github:
     squash: true
     merge: false
     rebase: false
+  protected_branches:
+    main:
+      required_pull_request_reviews:
+        required_approving_review_count: 1
 
 notifications:
   commits:      commits@opendal.apache.org