File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 1717
1818github :
1919 features :
20- # Enable issue management
2120 issues : true
22- # Enable wiki for documentation
2321 wiki : true
24- # Enable projects for project management boards
2522 projects : true
2623 description : The integration of HugeGraph with AI/LLM & GraphRAG
2724 homepage : https://hugegraph.apache.org/docs/quickstart/hugegraph-ai/
@@ -49,6 +46,14 @@ github:
4946 dismiss_stale_reviews : true
5047 require_code_owner_reviews : false
5148 required_approving_review_count : 1
49+ # (for non-committer): assign/edit/close issues & PR, without write access to the code
50+ collaborators :
51+ - ChenZiHong-Gavin
52+ - MrJs133
53+ - vichayturen
54+ - HJ-Young
55+ - afterimagex
56+ - returnToInnocence
5257
5358# refer https://cwiki.apache.org/confluence/display/INFRA/Git+-+.asf.yaml+features#Git.asf.yamlfeatures-Notificationsettingsforrepositories
5459notifications :
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ name: HG-Python-Client CI
33on :
44 push :
55 branches :
6+ - ' main'
67 - ' release-*'
78 pull_request :
89
1920 - name : Prepare HugeGraph Server Environment
2021 run : |
2122 docker run -d --name=graph -p 8080:8080 -e PASSWORD=admin hugegraph/hugegraph:1.3.0
22- # sleep 5
23+ sleep 1
2324
2425 - uses : actions/checkout@v4
2526
You can’t perform that action at this time.
0 commit comments