We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5433b5b + 6687aaa commit d2cbe49Copy full SHA for d2cbe49
.github/workflows/dependabot-auto-merge.yml
@@ -18,7 +18,7 @@ jobs:
18
env:
19
PR_URL: ${{github.event.pull_request.html_url}}
20
GITHUB_TOKEN: ${{secrets.PERSONAL_ACCESS_TOKEN }}
21
- run: gh pr merge --auto --merge "$PR_URL"
+ run: gh pr merge --auto --squash "$PR_URL"
22
- name: Auto approve dependabot PRs
23
uses: hmarr/auto-approve-action@f0939ea97e9205ef24d872e76833fa908a770363 #v4
24
with:
0 commit comments