This is an automated email from the ASF dual-hosted git repository. jin pushed a commit to branch imbajin-patch-1 in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph-ai.git
commit 406a60b49cbcb671849d4441ce0e7b55dce5a663 Author: imbajin <j...@apache.org> AuthorDate: Wed Mar 12 17:35:51 2025 +0800 Update .asf.yaml --- .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: