fix: [skip e2e]change conflict key (#35733)

Signed-off-by: Yellow Shine <sammy.huang@zilliz.com>
This commit is contained in:
yellow-shine 2024-08-27 15:40:59 +08:00 committed by GitHub
parent bb9bed64a3
commit 3a0c61a455
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

2
.github/mergify.yml vendored
View File

@ -1,4 +1,4 @@
shared:
misc:
- &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\.*))).*$
- when_build_and_test_status_successs: &Build_AND_TEST_STATUS_SUCESS_ON_UBUNTU_20_OR_UBUNTU_22