We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fa1c17 commit 748f78cCopy full SHA for 748f78c
1 file changed
.github/workflows/dependabot-auto-merge.yml
@@ -17,7 +17,7 @@ jobs:
17
github-token: "${{ secrets.GITHUB_TOKEN }}"
18
- name: Enable auto-merge for Dependabot PRs
19
if: ${{steps.metadata.outputs.dependency-group == 'minor-and-patch-updates'}}
20
- run: gh pr merge --auto --merge "$PR_URL"
+ run: gh pr merge --auto --rebase "$PR_URL"
21
env:
22
PR_URL: ${{github.event.pull_request.html_url}}
23
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
0 commit comments