forked from milvus-io/milvus
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[skip e2e] Transition from Rebase Merging to Squash Merging (milvus-i…
…o#28467) according to the issue: milvus-io#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 <[email protected]>
- Loading branch information
1 parent
81caf02
commit 47eb76b
Showing
1 changed file
with
65 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters