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.
2 parents a87585b + e19cd0b commit e994a5aCopy full SHA for e994a5a
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 }}" --auto
+ run: gh pr merge "${{ steps.pr.outputs.pr_number }}" --repo "${GITHUB_REPOSITORY}" --rebase --delete-branch --match-head-commit "${{ steps.pr.outputs.head_sha }}"
0 commit comments