Skip to content

Commit

Permalink
Fix dependabot PR review command (#4270)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgalsaleh authored Jan 3, 2024
1 parent dfcc89d commit b14960d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3962,5 +3962,5 @@ jobs:
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh pr review --approve ${{ github.event.pull_request.html_url }} --comment "LGTM :thumbsup:"
gh pr review --approve ${{ github.event.pull_request.html_url }} --body "LGTM :thumbsup:"
gh pr merge --auto --squash ${{ github.event.pull_request.html_url }}

0 comments on commit b14960d

Please sign in to comment.