diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml index 284d0ba3b4..8c6d4546bc 100644 --- a/.github/workflows/greetings.yml +++ b/.github/workflows/greetings.yml @@ -10,5 +10,5 @@ jobs: - uses: actions/first-interaction@v1 with: repo-token: ${{ secrets.GITHUB_TOKEN }} - issue-message: 'Hi! thanks for your contribution!, great first issue!' - pr-message: 'Hey thanks for the input! please give us a bit of time to review it!' + issue-message: 'Hey, thanks for your contribution! Great first issue!' + pr-message: 'Hey, thanks for the input! Please give us a bit of time to review it!'