[skip e2e]Add manual-pass check (#17934)

Signed-off-by: Jenny Li <jing.li@zilliz.com>
pull/17937/head
Jenny Li 2022-06-30 10:04:18 +08:00 committed by GitHub
parent d29499d194
commit 4612e0c7ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

2
.github/mergify.yml vendored
View File

@ -186,6 +186,7 @@ pull_request_rules:
- name: Remove ci-passed label when status for code checker or ut is not success
conditions:
- label!=manual-pass
- or:
- base=master
- base~=^2(\.\d+){2}$
@ -202,6 +203,7 @@ pull_request_rules:
- name: Remove ci-passed label when status for jenkins job is not success
conditions:
- label!=manual-pass
- or:
- base=master
- base~=^2(\.\d+){2}$