[skip e2e]Add url for issue also (#16215)

Signed-off-by: Jenny Li <jing.li@zilliz.com>
pull/16240/head
Jenny Li 2022-03-28 21:25:31 +08:00 committed by GitHub
parent a5cd2970fc
commit 6ac1415eac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 2 deletions

8
.github/mergify.yml vendored
View File

@ -121,7 +121,9 @@ pull_request_rules:
- or:
- base=master
- base~=^2(\.\d+){2}$
- -body~=\#[0-9]{1,6}(\s+|$)
- or:
- 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:
@ -140,7 +142,9 @@ pull_request_rules:
- or:
- base=master
- base~=^2(\.\d+){2}$
- body~=\#[0-9]{1,6}(\s+|$)
- or:
- body~=\#[0-9]{1,6}(\s+|$)
- body~=https://github.com/milvus-io/milvus/issues/[0-9]{1,6}(\s+|$)
- and:
- base=master
- label=kind/improvement