We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2cbe49 commit 8cf045dCopy full SHA for 8cf045d
.github/workflows/auto-merge-pr.yml
@@ -13,8 +13,8 @@ jobs:
13
env:
14
PR_URL: ${{github.event.pull_request.html_url}}
15
GITHUB_TOKEN: ${{secrets.PERSONAL_ACCESS_TOKEN }}
16
- run: gh pr merge --auto --merge "$PR_URL"
+ run: gh pr merge --auto --squash "$PR_URL"
17
- name: Auto approve dependabot PRs
18
uses: hmarr/auto-approve-action@f0939ea97e9205ef24d872e76833fa908a770363 #v4
19
with:
20
- github-token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
+ github-token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
0 commit comments