Skip to content

Commit 4f93694

Browse files
authored
enhance: mergify to check correct ut code (milvus-io#40723)
Signed-off-by: Zhikun Yao <[email protected]>
1 parent 69fc9aa commit 4f93694

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/mergify.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
misc:
22
- &source_code_files files~=^(?=.*((\.(go|h|cpp)|go.sum|go.mod|CMakeLists.txt|conanfile\.*))).*$
33
- &no_source_code_files -files~=^(?=.*((\.(go|h|cpp)|go.sum|go.mod|CMakeLists.txt|conanfile\.*))).*$
4-
- &only_go_unittest_files files~=^(?!(client|internal|pkg|tests)\/.*_test\.go).*$
5-
- &morethan_go_unittest_files -files~=^(?!(client|internal|pkg|tests)\/.*_test\.go).*$
4+
- &only_go_unittest_files -files~=^(?!(client|internal|pkg|tests)\/.*_test\.go).*$
5+
- &morethan_go_unittest_files files~=^(?!(client|internal|pkg|tests)\/.*_test\.go).*$
66
- when_build_and_test_status_successs: &Build_AND_TEST_STATUS_SUCESS_ON_UBUNTU_20_OR_UBUNTU_22
77
- 'status-success=Build and test AMD64 Ubuntu 20.04'
88
- 'status-success=Build and test AMD64 Ubuntu 22.04'

0 commit comments

Comments
 (0)