Add ci-passed label when pr only changes golang unit test code (#7559)

Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>
pull/7591/head
edward.zeng 2021-09-08 16:07:59 +08:00 committed by GitHub
parent 79516dacd2
commit e751ee29a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 0 deletions

11
.github/mergify.yml vendored
View File

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