summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorseth <[email protected]>2024-04-19 23:05:39 -0400
committerseth <[email protected]>2024-04-19 23:05:39 -0400
commit81d517fd797cf3134fe9b0efd66d1b1fe2c0d8ae (patch)
tree987e2bd5209eb576737c3dedce640713400775fe
parent631f42d69e2705ba3add14ce048d289c6a3d4bac (diff)
ci: squash dependabot PRs
-rw-r--r--.github/workflows/autobot.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/autobot.yaml b/.github/workflows/autobot.yaml
index 69d6ad0..b57ea58 100644
--- a/.github/workflows/autobot.yaml
+++ b/.github/workflows/autobot.yaml
@@ -21,7 +21,7 @@ jobs:
- name: Enable auto-merge
if: steps.metadata.outputs.update-type == 'version-update:semver-patch' || steps.metadata.outputs.update-type == 'version-update:semver-minor'
- run: gh pr merge --auto --rebase "$PR"
+ run: gh pr merge --auto --squash "$PR"
env:
GH_TOKEN: ${{ github.token }}
PR: ${{ github.event.pull_request.html_url }}