mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
test: add rust to source code megrify rule (#43727)
Signed-off-by: Zhikun Yao <zhikun.yao@zilliz.com>
This commit is contained in:
parent
c1638afd3f
commit
6d5fb73fa4
6
.github/mergify.yml
vendored
6
.github/mergify.yml
vendored
@ -9,8 +9,8 @@
|
||||
# ==============================================================================
|
||||
misc:
|
||||
# File pattern matchers
|
||||
- &source_code_files files~=^(?=.*((\.(go|h|cpp)|go.sum|go.mod|CMakeLists.txt|conanfile\.*))).*$
|
||||
- &no_source_code_files -files~=^(?=.*((\.(go|h|cpp)|go.sum|go.mod|CMakeLists.txt|conanfile\.*))).*$
|
||||
- &source_code_files files~=^(?=.*((\.(rs|go|h|cpp)|go.sum|go.mod|CMakeLists.txt|conanfile\.*))).*$
|
||||
- &no_source_code_files -files~=^(?=.*((\.(rs|go|h|cpp)|go.sum|go.mod|CMakeLists.txt|conanfile\.*))).*$
|
||||
- &only_go_unittest_files -files~=^(?!(client|internal|pkg|tests)\/.*_test\.go).*$
|
||||
- &morethan_go_unittest_files files~=^(?!(client|internal|pkg|tests)\/.*_test\.go).*$
|
||||
|
||||
@ -146,7 +146,7 @@ pull_request_rules:
|
||||
add:
|
||||
- ci-passed
|
||||
|
||||
- name: Test passed for non go or c++ code changed
|
||||
- name: Test passed for non rust go or c++ code changed
|
||||
conditions:
|
||||
- or: *BRANCHES
|
||||
- or: *WHEN_E2E_TEST_SUCCESS
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user