mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-28 14:35:27 +08:00
Require code-checker and ut action for go code change (#13260)
Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>
This commit is contained in:
parent
f183f13c37
commit
85e19f4096
2
.github/mergify.yml
vendored
2
.github/mergify.yml
vendored
@ -79,6 +79,7 @@ pull_request_rules:
|
||||
- base=master
|
||||
- title~=\[skip ci\]
|
||||
- label=kind/improvement
|
||||
- -files~=^(?!.*\.(go|cpp)).*$
|
||||
actions:
|
||||
label:
|
||||
add:
|
||||
@ -96,7 +97,6 @@ pull_request_rules:
|
||||
- name: Remove ci-passed when unittest failed
|
||||
conditions:
|
||||
- base=master
|
||||
- -title~=\[skip ci\]
|
||||
- "check-failure=Build and test AMD64 Ubuntu 18.04"
|
||||
actions:
|
||||
label:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user