update greeting

This commit is contained in:
Ryan Merolle 2022-08-02 22:03:55 -04:00 committed by GitHub
parent c6b9b9a919
commit f53c6b1b77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,5 +12,5 @@ jobs:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: "Message that will be displayed on users' first issue"
pr-message: "Message that will be displayed on users' first pull request"
issue-message: "Thanks for opening this Issue! We really appreciate the feedback & testing from users like you!"
pr-message: "🎉 Thanks for opening this pull request! We really appreciate contributors like you! 🙌"