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 47f8add commit da53c0fCopy full SHA for da53c0f
.github/workflows/dependabot-auto-merge.yaml
@@ -18,7 +18,7 @@ jobs:
18
19
- name: Enable auto-merge on the PR
20
if: (steps.metadata.outputs.update-type == 'version-update:semver-patch' || steps.metadata.outputs.update-type == 'version-update:semver-minor')
21
- run: gh pr merge --auto --merge "$PR_URL"
+ run: gh pr merge --auto --rebase "$PR_URL"
22
env:
23
PR_URL: ${{github.event.pull_request.html_url}}
24
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}
0 commit comments