From 93e8ad1aa73a99fc32488d4e636220c0a784c812 Mon Sep 17 00:00:00 2001 From: Ethan Harris Date: Mon, 17 Feb 2020 13:04:16 +0000 Subject: [PATCH] Fix/typo (#880) * Update greetings.yml * Update greetings.yml --- .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 284d0ba3..8c6d4546 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!'