We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6c7a23 commit ef18bd7Copy full SHA for ef18bd7
.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