mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-07 09:38:39 +08:00
enhance: [skip e2e] when issue is required and when is not (#30063)
Signed-off-by: Sammy Huang <sammy.huang@zilliz.com>
This commit is contained in:
parent
10acdbbe8e
commit
1152838a54
42
.github/mergify.yml
vendored
42
.github/mergify.yml
vendored
@ -167,12 +167,15 @@ pull_request_rules:
|
|||||||
- and:
|
- and:
|
||||||
- -body~=\#[0-9]{1,6}(\s+|$)
|
- -body~=\#[0-9]{1,6}(\s+|$)
|
||||||
- -body~=https://github.com/milvus-io/milvus/issues/[0-9]{1,6}(\s+|$)
|
- -body~=https://github.com/milvus-io/milvus/issues/[0-9]{1,6}(\s+|$)
|
||||||
- and:
|
- or:
|
||||||
- label=kind/enhancement
|
- and:
|
||||||
- or:
|
- label=kind/enhancement
|
||||||
- label=size/L
|
- or:
|
||||||
- label=size/XL
|
- label=size/L
|
||||||
- label=size/XXL
|
- label=size/XL
|
||||||
|
- label=size/XXL
|
||||||
|
- label=kind/bug
|
||||||
|
- label=kind/feature
|
||||||
|
|
||||||
- -label=kind/doc
|
- -label=kind/doc
|
||||||
- -label=kind/test
|
- -label=kind/test
|
||||||
@ -187,25 +190,14 @@ pull_request_rules:
|
|||||||
|
|
||||||
- name: Dismiss block label if related issue be added into PR
|
- name: Dismiss block label if related issue be added into PR
|
||||||
conditions:
|
conditions:
|
||||||
- or:
|
- and:
|
||||||
- and:
|
- or:
|
||||||
- or:
|
- base=master
|
||||||
- base=master
|
- base=sql_beta
|
||||||
- base=sql_beta
|
- base~=^2(\.\d+){1,2}$
|
||||||
- base~=^2(\.\d+){1,2}$
|
- or:
|
||||||
- or:
|
- body~=\#[0-9]{1,6}(\s+|$)
|
||||||
- body~=\#[0-9]{1,6}(\s+|$)
|
- body~=https://github.com/milvus-io/milvus/issues/[0-9]{1,6}(\s+|$)
|
||||||
- body~=https://github.com/milvus-io/milvus/issues/[0-9]{1,6}(\s+|$)
|
|
||||||
- and:
|
|
||||||
- or:
|
|
||||||
- base=master
|
|
||||||
- base=sql_beta
|
|
||||||
- base~=^2(\.\d+){1,2}$
|
|
||||||
- and:
|
|
||||||
- label=kind/enhancement
|
|
||||||
- -label=size/L
|
|
||||||
- -label=size/XL
|
|
||||||
- -label=size/XXL
|
|
||||||
actions:
|
actions:
|
||||||
label:
|
label:
|
||||||
remove:
|
remove:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user