You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by tq...@apache.org on 2020/11/04 01:57:07 UTC

[incubator-tvm-vta] branch main updated: [SETUP] branch protection setup (#14)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 66e0a72  [SETUP] branch protection setup (#14)
66e0a72 is described below

commit 66e0a7281d6e458ebc872d354e695d8e061bc6a7
Author: Tianqi Chen <tq...@users.noreply.github.com>
AuthorDate: Tue Nov 3 20:56:58 2020 -0500

    [SETUP] branch protection setup (#14)
---
 .asf.yaml | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index 8bd60a2..5c88ec4 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -27,3 +27,14 @@ github:
     squash:  true
     rebase:  true
     merge:   false
+  protected_branches:
+    main:
+      required_status_checks:
+        strict: false
+        contexts:
+          - tvm-ci/pr-merge
+
+      required_pull_request_reviews:
+        dismiss_stale_reviews: false
+        require_code_owner_reviews: false
+        required_approving_review_count: 1