[skip e2e]do not remove ci-passed file when skip test (#13612)

Signed-off-by: Jenny Li <jing.li@zilliz.com>
This commit is contained in:
Jenny Li 2021-12-17 16:29:35 +08:00 committed by GitHub
parent 3a096a22a3
commit 6c4e1e4008
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

17
.github/mergify.yml vendored
View File

@ -155,13 +155,24 @@ pull_request_rules:
- name: Remove ci-passed label when rerun test
- name: Remove ci-passed label when rerun code checker
conditions:
- base=master
- -files~=^(?!.*\.(go|cpp)).*$
- or:
- "status-success!=Code Checker AMD64 Ubuntu 18.04"
- "status-success!=Build and test AMD64 Ubuntu 18.04"
- "status-success!=continuous-integration/jenkins/pr-merge"
- "status-success!=Build and test AMD64 Ubuntu 18.04"
actions:
label:
remove:
- ci-passed
- name: Remove ci-passed label when rerun jenkins test
conditions:
- base=master
- -files~=^(?!.*\.(go|cpp)).*$
- -title~=\[skip e2e\]
- "status-success!=continuous-integration/jenkins/pr-merge"
actions:
label:
remove: