From f53c6b1b7725800b24680eddf7616a991e491519 Mon Sep 17 00:00:00 2001 From: Ryan Merolle Date: Tue, 2 Aug 2022 22:03:55 -0400 Subject: [PATCH] update greeting --- .github/workflows/greetings.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml index 4677434..c6cd258 100644 --- a/.github/workflows/greetings.yml +++ b/.github/workflows/greetings.yml @@ -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! 🙌"