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:
edward.zeng 2021-12-13 19:14:12 +08:00 committed by GitHub
parent f183f13c37
commit 85e19f4096
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
.github/mergify.yml vendored
View File

@ -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: