mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-08 01:58:34 +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
14
.github/mergify.yml
vendored
14
.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+|$)
|
||||||
|
- or:
|
||||||
- and:
|
- and:
|
||||||
- label=kind/enhancement
|
- label=kind/enhancement
|
||||||
- or:
|
- or:
|
||||||
- label=size/L
|
- label=size/L
|
||||||
- label=size/XL
|
- label=size/XL
|
||||||
- label=size/XXL
|
- label=size/XXL
|
||||||
|
- label=kind/bug
|
||||||
|
- label=kind/feature
|
||||||
|
|
||||||
- -label=kind/doc
|
- -label=kind/doc
|
||||||
- -label=kind/test
|
- -label=kind/test
|
||||||
@ -187,7 +190,6 @@ 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
|
||||||
@ -196,16 +198,6 @@ pull_request_rules:
|
|||||||
- 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