[skip e2e]Fix robot fight (#16239)

Signed-off-by: Jenny Li <jing.li@zilliz.com>
pull/16241/head
Jenny Li 2022-03-28 22:14:18 +08:00 committed by GitHub
parent 973ea406ca
commit 3936637e2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

6
.github/mergify.yml vendored
View File

@ -121,9 +121,9 @@ pull_request_rules:
- or:
- base=master
- base~=^2(\.\d+){2}$
- or:
- body~=\#[0-9]{1,6}(\s+|$)
- body~=https://github.com/milvus-io/milvus/issues/[0-9]{1,6}(\s+|$)
- and:
- -body~=\#[0-9]{1,6}(\s+|$)
- -body~=https://github.com/milvus-io/milvus/issues/[0-9]{1,6}(\s+|$)
- -label=kind/improvement
- -title~=\[automated\]
actions: