enhance: [skip e2e] remove missing related issue for small enhancement PR (#28503)

remove the missing-related-issue if the PR size is not large and be with
`kind/enhancement`

Signed-off-by: yah01 <yah2er0ne@outlook.com>
pull/28506/head
yah01 2023-11-16 17:34:19 +08:00 committed by GitHub
parent b4fa3b9a09
commit 1c3e763471
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

6
.github/mergify.yml vendored
View File

@ -201,7 +201,11 @@ pull_request_rules:
- base=master
- base=sql_beta
- base~=^2(\.\d+){1,2}$
- label=kind/enhancement
- and:
- label=kind/enhancement
- -label=size/L
- -label=size/XL
- -label=size/XXL
actions:
label:
remove: