mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
Add ci-passed label when pr only changes golang unit test code (#7559)
Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>
This commit is contained in:
parent
79516dacd2
commit
e751ee29a5
11
.github/mergify.yml
vendored
11
.github/mergify.yml
vendored
@ -21,6 +21,17 @@ pull_request_rules:
|
||||
add:
|
||||
- ci-passed
|
||||
|
||||
- name: Test passed for go unittest code changed
|
||||
conditions:
|
||||
- base=master
|
||||
- "status-success=Code Checker AMD64 Ubuntu 18.04"
|
||||
- "status-success=Build and test AMD64 Ubuntu 18.04"
|
||||
- -files~=^(?!internal\/.*_test\.go).*$
|
||||
actions:
|
||||
label:
|
||||
add:
|
||||
- ci-passed
|
||||
|
||||
# - name: Test passed for tests20 changed
|
||||
# conditions:
|
||||
# - base=master
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user