This is an automated email from the ASF dual-hosted git repository. hanahmily pushed a commit to branch chore/mcp-vendor-update in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb.git
commit e8d8388d93307599fdfb71d531025aec8b184361 Author: Hongtao Gao <[email protected]> AuthorDate: Sun Jun 14 01:27:14 2026 +0000 chore(mcp): exclude mcp-licenses dir from license-eye header check --- mcp/.licenserc.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/mcp/.licenserc.yaml b/mcp/.licenserc.yaml index 5d5f652db..1d01566ca 100644 --- a/mcp/.licenserc.yaml +++ b/mcp/.licenserc.yaml @@ -70,6 +70,7 @@ header: # `header` section is configurations for source codes license header. - '.dockerignore' - 'banyandb-data' - '.vscode' + - 'mcp-licenses' comment: on-failure # on what condition license-eye will comment on the pull request, `on-failure`, `always`, `never`.
