Skip to content

Commit b44a4e3

Browse files
committed
chore: 將預設自動合併策略從 squash 改為 rebase
- 在自動合併流程中將預設合併方式由 squash 改為 rebase Signed-off-by: Windows <[email protected]>
1 parent 905070c commit b44a4e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/auto-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ jobs:
2323
env:
2424
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
2525
MERGE_LABELS: "" # 不需要 label
26-
MERGE_METHOD: "squash" # 使用 squash merge
26+
MERGE_METHOD: "rebase" # merge squash rebase
2727
MERGE_FILTER_AUTHOR: "cloverdefa" # 只自動合併自己開的 PR

0 commit comments

Comments
 (0)