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 2022/02/17 20:56:37 UTC

[tvm-rfcs] branch main updated: Enable issues in tvm-rfcs, so that RFCs can be tracked on roadmaps. (#56)

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/tvm-rfcs.git


The following commit(s) were added to refs/heads/main by this push:
     new 0dc0d57  Enable issues in tvm-rfcs, so that RFCs can be tracked on roadmaps. (#56)
0dc0d57 is described below

commit 0dc0d57a32699763cd7016edd1fe5a43cc36ec36
Author: Andrew Reusch <ar...@gmail.com>
AuthorDate: Thu Feb 17 12:52:23 2022 -0800

    Enable issues in tvm-rfcs, so that RFCs can be tracked on roadmaps. (#56)
---
 .asf.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index 8c85027..7316db2 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -17,6 +17,8 @@
 
 github:
   description: "A home for the final text of all TVM RFCs."
+  features:
+    issues: true  # Enable for roadmap tracking.
   labels:
     - tvm
     - vta