Skip to content

Commit 8cf045d

Browse files
Change Dependabot PR merge strategy to squash
1 parent d2cbe49 commit 8cf045d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/auto-merge-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
env:
1414
PR_URL: ${{github.event.pull_request.html_url}}
1515
GITHUB_TOKEN: ${{secrets.PERSONAL_ACCESS_TOKEN }}
16-
run: gh pr merge --auto --merge "$PR_URL"
16+
run: gh pr merge --auto --squash "$PR_URL"
1717
- name: Auto approve dependabot PRs
1818
uses: hmarr/auto-approve-action@f0939ea97e9205ef24d872e76833fa908a770363 #v4
1919
with:
20-
github-token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
20+
github-token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)