summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorSeth Flynn <[email protected]>2025-02-11 00:15:29 -0500
committerSeth Flynn <[email protected]>2025-02-11 00:20:26 -0500
commit148213ee5cc264b47f5314916a378e18c15090b6 (patch)
tree5961bde663c279fe8997dab4ab1dd64680a7a7ad /.github/workflows
parentfef29232c28e45156f0bde9d3b6a3962f16274f0 (diff)
ci: use rebase merge for bot PRs
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/update-lock.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/update-lock.yaml b/.github/workflows/update-lock.yaml
index bac3150..8b24769 100644
--- a/.github/workflows/update-lock.yaml
+++ b/.github/workflows/update-lock.yaml
@@ -56,7 +56,7 @@ jobs:
- name: Enable auto-merge
shell: bash
if: ${{ env.PR_ID != '' }}
- run: gh pr merge --auto --squash "$PR_ID"
+ run: gh pr merge --auto --rebase "$PR_ID"
env:
PR_ID: ${{ steps.pull-request.outputs.pull-request-number }}
GH_TOKEN: ${{ steps.app-token.outputs.token }}