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 9eef678 commit a87585bCopy full SHA for a87585b
1 file changed
.github/workflows/dependabot_auto_merge.yml
@@ -88,4 +88,4 @@ jobs:
88
if: steps.merge_guard.outputs.should_merge == 'true'
89
env:
90
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
91
- run: gh pr merge "${{ steps.pr.outputs.pr_number }}" --repo "${GITHUB_REPOSITORY}" --rebase --delete-branch --match-head-commit "${{ steps.pr.outputs.head_sha }}"
+ run: gh pr merge "${{ steps.pr.outputs.pr_number }}" --repo "${GITHUB_REPOSITORY}" --rebase --delete-branch --match-head-commit "${{ steps.pr.outputs.head_sha }}" --auto
0 commit comments