diff --git a/.github/workflows/autoapprove.yaml b/.github/workflows/autoapprove.yaml index ed419ca..4554cea 100644 --- a/.github/workflows/autoapprove.yaml +++ b/.github/workflows/autoapprove.yaml @@ -16,4 +16,4 @@ jobs: env: GH_TOKEN: ${{ github.token }} run: | - gh pr review ${{ github.event.pull_request.html_url }} --approve --body "Ship it!" + fortune | gh pr review ${{ github.event.pull_request.html_url }} --approve --body -