Skip to content

Commit

Permalink
ci(dependabot): Include PR number in auto-merge command
Browse files Browse the repository at this point in the history
  • Loading branch information
binh-dam-ibigroup committed Sep 27, 2023
1 parent 82aa2d2 commit 5cf3397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
- name: Auto-approve PR
uses: hmarr/auto-approve-action@v3
- name: Enable auto-merge
run: gh pr merge --merge --auto "1"
run: gh pr merge --merge --auto ${{ github.event.pull_request.number }}
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 5cf3397

Please sign in to comment.