aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorXe Iaso <me@xeiaso.net>2024-01-10 07:31:46 -0500
committerXe Iaso <me@xeiaso.net>2024-01-10 07:31:46 -0500
commit77a2fa85e146ccb130c46f14b31ee0da6247da15 (patch)
tree0b8a332da6b083307d8732b62c7e78453b6e6eec /.github/workflows
parent6b9677ed865c7c1fb4e7e71fcc2c0d40c73b1f6d (diff)
downloadx-77a2fa85e146ccb130c46f14b31ee0da6247da15.tar.xz
x-77a2fa85e146ccb130c46f14b31ee0da6247da15.zip
dependabot: squash PRs
Signed-off-by: Xe Iaso <me@xeiaso.net>
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 }}