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

jin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph-ai.git


The following commit(s) were added to refs/heads/main by this push:
     new 2eee184  chore: enable discussion & change merge way (#201)
2eee184 is described below

commit 2eee1842dbc6fc43e0d277910941f421388b1607
Author: imbajin <j...@apache.org>
AuthorDate: Wed Mar 12 18:04:48 2025 +0800

    chore: enable discussion & change merge way (#201)
---
 .asf.yaml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index f034e7b..e92e30b 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -20,6 +20,7 @@ github:
     issues: true
     wiki: true
     projects: true
+    discussions: true
   description: The integration of HugeGraph with AI/LLM & GraphRAG
   homepage: https://hugegraph.apache.org/docs/quickstart/hugegraph-ai/
   del_branch_on_merge: true
@@ -33,6 +34,9 @@ github:
     merge: false
     rebase: true
     squash: true
+    # can either be: DEFAULT | PR_TITLE | PR_TITLE_AND_COMMIT_DETAILS | 
PR_TITLE_AND_DESC
+    squash_commit_message: PR_TITLE_AND_DESC
+    merge_commit_message: PR_TITLE_AND_DESC
   protected_branches:
     main:
       required_status_checks:

Reply via email to