You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by mo...@apache.org on 2022/11/03 09:47:54 UTC

[tvm] branch main updated: [skip ci] Revert "[ci] Protect release branches (#13208)" (#13274)

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

mousius pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git


The following commit(s) were added to refs/heads/main by this push:
     new e9ba9865a7 [skip ci] Revert "[ci] Protect release branches (#13208)" (#13274)
e9ba9865a7 is described below

commit e9ba9865a7f89ed36535c43f890e510682db9bcc
Author: driazati <94...@users.noreply.github.com>
AuthorDate: Thu Nov 3 02:47:46 2022 -0700

    [skip ci] Revert "[ci] Protect release branches (#13208)" (#13274)
    
    This reverts commit 5acf3f90c63b6760cd23796b442f8ac20e645af0.
    
    Reverting since this is causing some spam from the ASF Infra bot related
    to https://issues.apache.org/jira/browse/INFRA-23834. As in that issue
    the protections have been applied manually by ASF Infra so this revert
    shouldn't have any real effect
---
 .asf.yaml | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 1e4371d594..f4aba210d2 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -61,10 +61,3 @@ github:
 
       required_pull_request_reviews:
         required_approving_review_count: 1
-
-    # protect release branches from unsigned updates and force pushes
-    'v[0-9]*':
-      required_pull_request_reviews:
-        required_approving_review_count: 1
-      required_linear_history: true
-      required_signatures: true