mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-11-29 18:38:44 +08:00
[skip e2e]Add CMakeLists.txt as code changed (#16249)
Signed-off-by: Jenny Li <jing.li@zilliz.com>
This commit is contained in:
parent
3219b4e392
commit
4d1fee87a2
8
.github/mergify.yml
vendored
8
.github/mergify.yml
vendored
@ -70,7 +70,7 @@ pull_request_rules:
|
||||
- or:
|
||||
- base=master
|
||||
- base~=^2(\.\d+){2}$
|
||||
- -files~=^(?=.*\.(go|h|cpp)).*$
|
||||
- -files~=^(?=.*((\.(go|h|cpp)|CMakeLists.txt))).*$
|
||||
- "status-success=continuous-integration/jenkins/pr-merge"
|
||||
actions:
|
||||
label:
|
||||
@ -109,7 +109,7 @@ pull_request_rules:
|
||||
- base~=^2(\.\d+){2}$
|
||||
- title~=\[skip e2e\]
|
||||
- label=kind/improvement
|
||||
- -files~=^(?=.*\.(go|h|cpp)).*$
|
||||
- -files~=^(?=.*((\.(go|h|cpp)|CMakeLists.txt))).*$
|
||||
actions:
|
||||
label:
|
||||
add:
|
||||
@ -173,7 +173,7 @@ pull_request_rules:
|
||||
- "status-success=Code Checker AMD64 Ubuntu 18.04"
|
||||
- "status-success=Build and test AMD64 Ubuntu 18.04"
|
||||
- "status-success=Code Checker MacOS 11"
|
||||
- files~=^(?=.*\.(go|h|cpp)).*$
|
||||
- files~=^(?=.*((\.(go|h|cpp)|CMakeLists.txt))).*$
|
||||
actions:
|
||||
label:
|
||||
add:
|
||||
@ -186,7 +186,7 @@ pull_request_rules:
|
||||
- or:
|
||||
- base=master
|
||||
- base~=^2(\.\d+){2}$
|
||||
- files~=^(?=.*\.(go|h|cpp)).*$
|
||||
- files~=^(?=.*((\.(go|h|cpp)|CMakeLists.txt))).*$
|
||||
- or:
|
||||
- "status-success!=Code Checker AMD64 Ubuntu 18.04"
|
||||
- "status-success!=Build and test AMD64 Ubuntu 18.04"
|
||||
|
Loading…
Reference in New Issue
Block a user