You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kyuubi.apache.org by ya...@apache.org on 2021/07/14 01:59:57 UTC

[incubator-kyuubi] branch master updated: [INFRA] Disable branches protection (#797)

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

yao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-kyuubi.git


The following commit(s) were added to refs/heads/master by this push:
     new a50ac6e  [INFRA] Disable branches protection (#797)
a50ac6e is described below

commit a50ac6e1994569841694a7b7657d483eb6e02c41
Author: Cheng Pan <ch...@apache.org>
AuthorDate: Wed Jul 14 09:59:48 2021 +0800

    [INFRA] Disable branches protection (#797)
---
 .asf.yaml | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index a59b312..a9cf31d 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -34,13 +34,6 @@ github:
     squash: true
     merge: false
     rebase: false
-  protected_branches:
-    master:
-      required_status_checks:
-        strict: false
-      required_pull_request_reviews:
-        dismiss_stale_reviews: true
-        required_approving_review_count: 0
   features:
     issues: true
     discussions: true