enhance: [skip e2e][mergify] Update unit test file list for client pkg (#38105)

This PR fix that unittest mergify rule failed to work for PR with
milvusclient unit test update only.

Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
pull/35835/merge
congqixia 2024-12-02 10:20:38 +08:00 committed by GitHub
parent 7fb0c281f2
commit cfe56136a1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

1
.github/mergify.yml vendored
View File

@ -136,6 +136,7 @@ pull_request_rules:
- or:
- -files~=^(?!pkg\/.*_test\.go).*$
- -files~=^(?!internal\/.*_test\.go).*$
- -files~=^(?!client\/.*_test\.go).*$
actions:
label:
add: