We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6c7a23 commit b7ca94aCopy full SHA for b7ca94a
.github/workflows/dependabot-auto-merge.yml
@@ -11,6 +11,6 @@ jobs:
11
if: github.actor == 'dependabot[bot]'
12
steps:
13
- name: Enable auto-merge for Dependabot PRs
14
- run: gh pr merge --auto --merge '${{ github.event.pull_request.html_url }}'
+ run: gh pr merge --auto --rebase '${{ github.event.pull_request.html_url }}'
15
env:
16
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
0 commit comments