Skip to content

Commit

Permalink
Add pr number to merge command
Browse files Browse the repository at this point in the history
  • Loading branch information
fulder committed Apr 13, 2024
1 parent 6bebfea commit 89b364a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
env:
GH_TOKEN: ${{ secrets.AUTO_MERGE_TOKEN }}
shell: bash
run: gh pr merge
run: gh pr merge ${{ github.event.pull_request.number }} --auto

0 comments on commit 89b364a

Please sign in to comment.