Skip to content

Commit

Permalink
enhance: [skip e2e] remove missing related issue for small enhancemen…
Browse files Browse the repository at this point in the history
…t PR (milvus-io#28503)

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

Signed-off-by: yah01 <[email protected]>
  • Loading branch information
yah01 authored Nov 16, 2023
1 parent b4fa3b9 commit 1c3e763
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1c3e763

Please sign in to comment.