From 891fc5a405de2d03b84ab6a651e28ad7798d7fe9 Mon Sep 17 00:00:00 2001 From: Michael Cade Date: Thu, 5 Jan 2023 17:48:13 +0000 Subject: [PATCH] adding welcome github action --- .github/workflows/welcome_workflow.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/welcome_workflow.yaml b/.github/workflows/welcome_workflow.yaml index 45b59cc..745f374 100644 --- a/.github/workflows/welcome_workflow.yaml +++ b/.github/workflows/welcome_workflow.yaml @@ -14,5 +14,5 @@ jobs: uses: garg3133/welcome-new-contributors@v1.2 with: token: ${{ secrets.GITHUB_TOKEN }} - issue-message: 'Hello there, thanks for opening an issue. We welcome you to the #90DaysOfDevOps community!' - pr-message: 'Hello there, thanks for opening a Pull Request. Someone will review it soon.' + issue-message: 'Hello there, thanks for opening your first issue here. We welcome you to the #90DaysOfDevOps community!' + pr-message: 'Hello there, thanks for opening your first Pull Request. Someone will review it soon. Welcome to the #90DaysOfDevOps community!'