diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index b5c7a5a..1c9059a 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -36,6 +36,12 @@ jobs: with: ref: ${{ steps.comment-branch.outputs.head_ref }} + - name: Post response to GitHub PR + uses: mshick/add-pr-comment@v2 + with: + message: | + Action started. Click [here](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}) to see the status. + - name: Cache dependency binaries if: steps.check-comment.outputs.triggered == 'true' id: cache-bin