Skip to content

Commit a87585b

Browse files
committed
fix: add --auto flag to dependabot auto-merge workflow
1 parent 9eef678 commit a87585b

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
@@ -88,4 +88,4 @@ jobs:
8888
if: steps.merge_guard.outputs.should_merge == 'true'
8989
env:
9090
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 }}"
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

0 commit comments

Comments
 (0)