Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Kryst4lDem0ni4s committed Feb 28, 2025
2 parents 0a8152f + d21c171 commit 70d0b2c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
11 changes: 8 additions & 3 deletions .asf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,8 @@

github:
features:
# Enable issue management
issues: true
# Enable wiki for documentation
wiki: true
# Enable projects for project management boards
projects: true
description: The integration of HugeGraph with AI/LLM & GraphRAG
homepage: https://hugegraph.apache.org/docs/quickstart/hugegraph-ai/
Expand Down Expand Up @@ -49,6 +46,14 @@ github:
dismiss_stale_reviews: true
require_code_owner_reviews: false
required_approving_review_count: 1
# (for non-committer): assign/edit/close issues & PR, without write access to the code
collaborators:
- ChenZiHong-Gavin
- MrJs133
- vichayturen
- HJ-Young
- afterimagex
- returnToInnocence

# refer https://cwiki.apache.org/confluence/display/INFRA/Git+-+.asf.yaml+features#Git.asf.yamlfeatures-Notificationsettingsforrepositories
notifications:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/hugegraph-python-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: HG-Python-Client CI
on:
push:
branches:
- 'main'
- 'release-*'
pull_request:

Expand All @@ -19,7 +20,7 @@ jobs:
- name: Prepare HugeGraph Server Environment
run: |
docker run -d --name=graph -p 8080:8080 -e PASSWORD=admin hugegraph/hugegraph:1.3.0
#sleep 5
sleep 1
- uses: actions/checkout@v4

Expand Down

0 comments on commit 70d0b2c

Please sign in to comment.