mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-28 22:45:26 +08:00
according to the issue: #28312 below is the feature added ## change 1: discard the 'kind/improvement' label and instead use the 'kind/enhancement' label" ## change 2: delete the existing two rule in mergify file, to allow multiple commits in a PR - name: Add `needs-rebase` label when more than one commit in pr - name: Remove `needs-rebase` label when only one commit in pr ## change 3: add two new rules for PR format - name: Add 'do-not-merge/invalid-pr-format' label for invalid PR titles - name: Remove 'do-not-merge/invalid-pr-format' label for valid PRs ## change 4: mapping PR type to corresponding label, below is the logic if PR title start with 'fix:', add 'kind/bug' label else if PR title start with 'feat:',add 'kind/feature' label else if PR title start with 'enhance:', add 'kind/enhancement' label Signed-off-by: Sammy Huang <sammy.huang@zilliz.com>