[skip e2e]remove ci-passed label when test is pending or failed (#13601)

Signed-off-by: Jenny Li <jing.li@zilliz.com>
pull/13615/head
Jenny Li 2021-12-17 15:25:12 +08:00 committed by GitHub
parent 69e8924b1c
commit 3a096a22a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 0 deletions

14
.github/mergify.yml vendored
View File

@ -151,4 +151,18 @@ pull_request_rules:
actions:
label:
add:
- ci-passed
- name: Remove ci-passed label when rerun test
conditions:
- base=master
- 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"
actions:
label:
remove:
- ci-passed