Skip to content

Commit 6c7ed24

Browse files
authored
[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.
1 parent 1134778 commit 6c7ed24

File tree

2 files changed

+34
-9
lines changed

2 files changed

+34
-9
lines changed

.asf.yaml

Lines changed: 28 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# under the License.
1717

1818
github:
19-
description: "Open deep learning compiler stack for cpu, gpu and specialized accelerators"
19+
description: "Open Machine Learning Compiler Framework"
2020
homepage: https://tvm.apache.org/
2121
labels:
2222
- tvm
@@ -33,6 +33,12 @@ github:
3333
- spirv
3434
- machine-learning
3535

36+
features:
37+
# Enable issue management
38+
issues: true
39+
# Enable projects for project management boards
40+
projects: true
41+
3642
# Triage perm for collaborators(test run)
3743
#
3844
# The perm is given based on needs and not based on
@@ -45,10 +51,6 @@ github:
4551
# participation, permission is given on a three month
4652
# cycle. PMC may review and recycle slots when necessary.
4753
collaborators:
48-
- hpanda-naut
49-
- denise-k
50-
- janetsc
51-
- naut-thomas
5254
- tvm-bot # For automated feedback in PR review.
5355

5456
# See https://cwiki.apache.org/confluence/display/INFRA/Git+-+.asf.yaml+features#Git.asf.yamlfeatures-Branchprotection
@@ -68,3 +70,24 @@ github:
6870

6971
required_pull_request_reviews:
7072
required_approving_review_count: 1
73+
74+
enabled_merge_buttons:
75+
# enable squash button:
76+
squash: true
77+
# default commit message when merging with a squash commit
78+
# can either be: DEFAULT | PR_TITLE | PR_TITLE_AND_COMMIT_DETAILS | PR_TITLE_AND_DESC
79+
squash_commit_message: PR_TITLE_AND_DESC
80+
# enable merge button:
81+
merge: false
82+
# default commit message when merging with a merge commit
83+
# can either be: DEFAULT | PR_TITLE | PR_TITLE_AND_DESC
84+
merge_commit_message: DEFAULT
85+
# enable rebase button for rare use.
86+
rebase: true
87+
88+
notifications:
89+
90+
91+
pullrequests: [email protected]
92+
93+
discussions: [email protected]

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,18 @@
1515
<!--- specific language governing permissions and limitations -->
1616
<!--- under the License. -->
1717

18-
<img src=https://raw.githubusercontent.com/apache/tvm-site/main/images/logo/tvm-logo-small.png width=128/> Open Deep Learning Compiler Stack
18+
<img src=https://raw.githubusercontent.com/apache/tvm-site/main/images/logo/tvm-logo-small.png width=128/> Open Machine Learning Compiler Framework
1919
==============================================
2020
[Documentation](https://tvm.apache.org/docs) |
2121
[Contributors](CONTRIBUTORS.md) |
2222
[Community](https://tvm.apache.org/community) |
2323
[Release Notes](NEWS.md)
2424

25-
Apache TVM is a compiler stack for deep learning systems. It is designed to close the gap between the
26-
productivity-focused deep learning frameworks and the performance- and efficiency-focused hardware backends.
27-
TVM works with deep learning frameworks to provide end-to-end compilation for different backends.
25+
Apache TVM is an open machine learning compilation framework,
26+
following the following principles:
27+
28+
- Python-first development that enables quick customization of machine learning compiler pipelines.
29+
- Universal deployment to bring models into minimum deployable modules.
2830

2931
License
3032
-------

0 commit comments

Comments
 (0)