diff --git a/.github/workflows/build-test.yaml b/.github/workflows/build-test.yaml index 78981950af..f189a4e05f 100644 --- a/.github/workflows/build-test.yaml +++ b/.github/workflows/build-test.yaml @@ -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 }}