Skip to content

Commit

Permalink
[skip e2e]Add CMakeLists.txt as code changed (milvus-io#16249)
Browse files Browse the repository at this point in the history
Signed-off-by: Jenny Li <jing.li@zilliz.com>
  • Loading branch information
Jenny Li authored Mar 29, 2022
1 parent 3219b4e commit 4d1fee8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand All @@ -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"
Expand Down

0 comments on commit 4d1fee8

Please sign in to comment.