This is an automated email from the ASF dual-hosted git repository.
ruihangl pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/tvm-ffi.git
The following commit(s) were added to refs/heads/dev by this push:
new 46f7358 [CONFIG] Update squash commit default to PR title and
description (#17)
46f7358 is described below
commit 46f73580780f2973e6ea3afb6d3a9d6f6ffd02cc
Author: Tianqi Chen <[email protected]>
AuthorDate: Mon Sep 15 13:55:24 2025 -0400
[CONFIG] Update squash commit default to PR title and description (#17)
This commit updates the PR merge behavior to squash-and-merge.
---
.asf.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.asf.yaml b/.asf.yaml
index b5bf070..2abcf8f 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -39,7 +39,7 @@ github:
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: DEFAULT
+ squash_commit_message: PR_TITLE_AND_DESC
# enable merge button:
merge: false
# default commit message when merging with a merge commit