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

tlopex 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 6c7ed243e5 [DOCS] Update the merge setting (#18451)
6c7ed243e5 is described below

commit 6c7ed243e574b576c4d5ce7e9e2147ad3b2af144
Author: Tianqi Chen <[email protected]>
AuthorDate: Fri Nov 14 11:59:18 2025 -0500

    [DOCS] Update the merge setting (#18451)
    
    11;rgb:1414/1414/1414# This is the 1st commit message:
    
    [DOCS] Update the merge setting
    
    This PR updates the merge setting to use PR description and title
    for squash merge. Also updates the docs to reflect latest state.
---
 .asf.yaml | 33 ++++++++++++++++++++++++++++-----
 README.md | 10 ++++++----
 2 files changed, 34 insertions(+), 9 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 3973431cb9..ac1cf1a707 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -16,7 +16,7 @@
 # under the License.
 
 github:
-  description: "Open deep learning compiler stack for cpu, gpu and specialized 
accelerators"
+  description: "Open Machine Learning Compiler Framework"
   homepage: https://tvm.apache.org/
   labels:
     - tvm
@@ -33,6 +33,12 @@ github:
     - spirv
     - machine-learning
 
+  features:
+    # Enable issue management
+    issues: true
+    # Enable projects for project management boards
+    projects: true
+
   # Triage perm for collaborators(test run)
   #
   # The perm is given based on needs and not based on
@@ -45,10 +51,6 @@ github:
   # participation, permission is given on a three month
   # cycle. PMC may review and recycle slots when necessary.
   collaborators:
-    - hpanda-naut
-    - denise-k
-    - janetsc
-    - naut-thomas
     - tvm-bot  # For automated feedback in PR review.
 
   # See 
https://cwiki.apache.org/confluence/display/INFRA/Git+-+.asf.yaml+features#Git.asf.yamlfeatures-Branchprotection
@@ -68,3 +70,24 @@ github:
 
       required_pull_request_reviews:
         required_approving_review_count: 1
+
+  enabled_merge_buttons:
+    # enable squash button:
+    squash: true
+    # default commit message when merging with a squash commit
+    # can either be: DEFAULT | PR_TITLE | PR_TITLE_AND_COMMIT_DETAILS | 
PR_TITLE_AND_DESC
+    squash_commit_message: PR_TITLE_AND_DESC
+    # enable merge button:
+    merge: false
+    # default commit message when merging with a merge commit
+    # can either be: DEFAULT | PR_TITLE | PR_TITLE_AND_DESC
+    merge_commit_message: DEFAULT
+    # enable rebase button for rare use.
+    rebase: true
+
+notifications:
+  commits: [email protected]
+  issues: [email protected]
+  pullrequests: [email protected]
+  jobs: [email protected]
+  discussions: [email protected]
diff --git a/README.md b/README.md
index 85e924e4ac..fb9e9bc4a0 100644
--- a/README.md
+++ b/README.md
@@ -15,16 +15,18 @@
 <!--- specific language governing permissions and limitations -->
 <!--- under the License. -->
 
-<img 
src=https://raw.githubusercontent.com/apache/tvm-site/main/images/logo/tvm-logo-small.png
 width=128/> Open Deep Learning Compiler Stack
+<img 
src=https://raw.githubusercontent.com/apache/tvm-site/main/images/logo/tvm-logo-small.png
 width=128/> Open Machine Learning Compiler Framework
 ==============================================
 [Documentation](https://tvm.apache.org/docs) |
 [Contributors](CONTRIBUTORS.md) |
 [Community](https://tvm.apache.org/community) |
 [Release Notes](NEWS.md)
 
-Apache TVM is a compiler stack for deep learning systems. It is designed to 
close the gap between the
-productivity-focused deep learning frameworks and the performance- and 
efficiency-focused hardware backends.
-TVM works with deep learning frameworks to provide end-to-end compilation for 
different backends.
+Apache TVM is an open machine learning compilation framework,
+following the following principles:
+
+- Python-first development that enables quick customization of machine 
learning compiler pipelines.
+- Universal deployment to bring models into minimum deployable modules.
 
 License
 -------

Reply via email to