Skip to content

Commit d758ed4

Browse files
committed
fix: use squash
1 parent 753ea50 commit d758ed4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dependabot-auto-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ jobs:
252252
env:
253253
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
254254
MERGE_LABELS: "automerge" # must match label we just added
255-
MERGE_METHOD: merge
255+
MERGE_METHOD: squash
256256
MERGE_COMMIT_MESSAGE: pull-request-title
257257
MERGE_RETRIES: "30" # up to ~30 minutes
258258
MERGE_RETRY_SLEEP: "60000"

0 commit comments

Comments
 (0)