[skip e2e]Update mergify rule to add ci-passed label for 2.*.* branch (#15945)

Signed-off-by: Jenny Li <jing.li@zilliz.com>
pull/15922/head
Jenny Li 2022-03-09 10:15:58 +08:00 committed by GitHub
parent 565524ed3c
commit c7b3a7a796
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

4
.github/mergify.yml vendored
View File

@ -27,7 +27,9 @@ pull_request_rules:
- name: Test passed for code changed
conditions:
- base=master
- or:
- base=master
- base~=^2(\.\d+){2}$
- "status-success=Code Checker AMD64 Ubuntu 18.04"
- "status-success=Build and test AMD64 Ubuntu 18.04"
- "status-success=Code Checker MacOS 11"