Skip to content

Commit 97f5394

Browse files
committed
change to use squash merge
1 parent bd9d22a commit 97f5394

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/mergify.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ pull_request_rules:
2525
type: APPROVE
2626
message: Automatically approving dependabot pull request
2727
merge:
28-
method: merge
28+
method: squash
2929
- name: Alert on major version detection
3030
conditions:
3131
- author~=^dependabot(|-preview)\[bot\]$
@@ -68,7 +68,7 @@ pull_request_rules:
6868
- -draft
6969
actions:
7070
merge:
71-
method: merge
71+
method: squash
7272

7373
# ===============================================================================
7474
# AUTHOR

0 commit comments

Comments
 (0)