We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd9d22a commit 97f5394Copy full SHA for 97f5394
.github/mergify.yml
@@ -25,7 +25,7 @@ pull_request_rules:
25
type: APPROVE
26
message: Automatically approving dependabot pull request
27
merge:
28
- method: merge
+ method: squash
29
- name: Alert on major version detection
30
conditions:
31
- author~=^dependabot(|-preview)\[bot\]$
@@ -68,7 +68,7 @@ pull_request_rules:
68
- -draft
69
actions:
70
71
72
73
# ===============================================================================
74
# AUTHOR
0 commit comments