enhance: [skip e2e] when issue is required and when is not (#30063)

Signed-off-by: Sammy Huang <sammy.huang@zilliz.com>
pull/29980/head
sammy.huang 2024-01-17 15:16:55 +08:00 committed by GitHub
parent 10acdbbe8e
commit 1152838a54
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 17 additions and 25 deletions

42
.github/mergify.yml vendored
View File

@ -167,12 +167,15 @@ pull_request_rules:
- and:
- -body~=\#[0-9]{1,6}(\s+|$)
- -body~=https://github.com/milvus-io/milvus/issues/[0-9]{1,6}(\s+|$)
- and:
- label=kind/enhancement
- or:
- label=size/L
- label=size/XL
- label=size/XXL
- or:
- and:
- label=kind/enhancement
- or:
- label=size/L
- label=size/XL
- label=size/XXL
- label=kind/bug
- label=kind/feature
- -label=kind/doc
- -label=kind/test
@ -187,25 +190,14 @@ pull_request_rules:
- name: Dismiss block label if related issue be added into PR
conditions:
- or:
- and:
- or:
- base=master
- base=sql_beta
- base~=^2(\.\d+){1,2}$
- or:
- body~=\#[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
- and:
- or:
- base=master
- base=sql_beta
- base~=^2(\.\d+){1,2}$
- or:
- body~=\#[0-9]{1,6}(\s+|$)
- body~=https://github.com/milvus-io/milvus/issues/[0-9]{1,6}(\s+|$)
actions:
label:
remove: