There was an error while loading. Please reload this page.
1 parent e9be7ac commit e49b1ddCopy full SHA for e49b1dd
1 file changed
.github/workflows/dependabot_auto_merge.yml
@@ -71,4 +71,4 @@ jobs:
71
if: steps.merge_guard.outputs.should_merge == 'true'
72
env:
73
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
74
- run: gh pr merge "${{ steps.pr.outputs.pr_number }}" --repo "${GITHUB_REPOSITORY}" --rebase --delete-branch
+ run: gh pr merge "${{ steps.pr.outputs.pr_number }}" --repo "${GITHUB_REPOSITORY}" --rebase --delete-branch --auto
0 commit comments