diff --git a/.github/workflows/pull-request-comment.yml b/.github/workflows/pull-request-comment.yml new file mode 100644 index 0000000..0069fad --- /dev/null +++ b/.github/workflows/pull-request-comment.yml @@ -0,0 +1,18 @@ +name: Add Comment to PR + +on: + pull_request_target: + types: + - opened + +jobs: + comment: + runs-on: ubuntu-latest + + steps: + - name: Create or Update Comment + uses: peter-evans/create-or-update-comment@v4.0.0 + with: + issue-number: ${{ github.event.pull_request.number }} + body: | + Hi @${{ github.event.pull_request.user.login }}! Thank you for the contribution.