Skip to content

Commit e49b1dd

Browse files
committed
fix: add --auto flag to dependabot auto-merge workflow
1 parent e9be7ac commit e49b1dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dependabot_auto_merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@ jobs:
7171
if: steps.merge_guard.outputs.should_merge == 'true'
7272
env:
7373
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
74-
run: gh pr merge "${{ steps.pr.outputs.pr_number }}" --repo "${GITHUB_REPOSITORY}" --rebase --delete-branch
74+
run: gh pr merge "${{ steps.pr.outputs.pr_number }}" --repo "${GITHUB_REPOSITORY}" --rebase --delete-branch --auto

0 commit comments

Comments
 (0)