Skip to content

Commit e78792f

Browse files
authored
chore: add collaborators in asf config (#182)
1 parent 2ae610c commit e78792f

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

.asf.yaml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,8 @@
1717

1818
github:
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
5459
notifications:

.github/workflows/hugegraph-python-client.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: HG-Python-Client CI
33
on:
44
push:
55
branches:
6+
- 'main'
67
- 'release-*'
78
pull_request:
89

@@ -19,7 +20,7 @@ jobs:
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

0 commit comments

Comments
 (0)