This is an automated email from the ASF dual-hosted git repository.
ming pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/incubator-hugegraph-toolchain.git
The following commit(s) were added to refs/heads/master by this push:
new 4346269f chore(ci): add spark & go client module auto labeler (#528)
4346269f is described below
commit 4346269f7c879cf7c0bb31295cd0b9890e6a6119
Author: Liu Xiao <[email protected]>
AuthorDate: Mon Oct 30 09:27:38 2023 +0800
chore(ci): add spark & go client module auto labeler (#528)
* feat: add spark labeler
* Update labeler.yml for go client
---------
Co-authored-by: imbajin <[email protected]>
---
.github/labeler.yml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/.github/labeler.yml b/.github/labeler.yml
index f02f22cc..e1ee55ba 100644
--- a/.github/labeler.yml
+++ b/.github/labeler.yml
@@ -21,10 +21,13 @@
name: Add Scope Label
client:
- - hugegraph-client/**/*
+ - hugegraph-client*/**/*
+# - hugegraph-client-go/**/*
hubble:
- hugegraph-hubble/**/*
loader:
- hugegraph-loader/**/*
tools:
- hugegraph-tools/**/*
+spark:
+ - hugegraph-spark-connector/**/*