aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/dependabot.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml
index c2539f6..379ed6e 100644
--- a/.github/workflows/dependabot.yml
+++ b/.github/workflows/dependabot.yml
@@ -33,6 +33,6 @@ jobs:
commit_user_email: mimi@xeserv.us
commit_author: Mimi <mimi@xeserv.us>
- name: Enable Pull Request Automerge
- run: gh pr merge --merge --auto ${{ github.event.number }}
+ run: gh pr merge --squash --auto ${{ github.event.number }}
env:
GH_TOKEN: ${{ github.token }}