This is an automated email from the ASF dual-hosted git repository.

jin pushed a commit to branch text2gql
in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph-ai.git

commit f84276baf4866becf6382e1b27aa1b41996bb3c1
Author: Lriver <[email protected]>
AuthorDate: Thu Oct 30 20:02:49 2025 +0800

    Modify the .licenserc.yaml file to ignore license checks for .interp, 
.tokens, and .csv files.
---
 .licenserc.yaml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.licenserc.yaml b/.licenserc.yaml
index 390070a8..bbce6540 100644
--- a/.licenserc.yaml
+++ b/.licenserc.yaml
@@ -82,6 +82,9 @@ header: # `header` section is configurations for source codes 
license header.
     - '**/poetry.lock'
     - '.github/**/*'
     - 'docker/**/*'
+    - '**/*.interp'
+    - '**/*.tokens'
+    - '**/*.csv'
 
   comment: on-failure
   # on what condition license-eye will comment on the pull request, 
`on-failure`, `always`, `never`.

Reply via email to