We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b44a4e3 commit 63badc5Copy full SHA for 63badc5
.github/workflows/auto-merge.yml
@@ -23,5 +23,5 @@ jobs:
23
env:
24
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
25
MERGE_LABELS: "" # 不需要 label
26
- MERGE_METHOD: "rebase" # merge squash rebase
+ MERGE_METHOD: "squash" # merge squash rebase
27
MERGE_FILTER_AUTHOR: "cloverdefa" # 只自動合併自己開的 PR
0 commit comments