From f631f1f2a9b6c0f3bb7257185e0c0933752bcdf4 Mon Sep 17 00:00:00 2001 From: Andy McKay Date: Mon, 4 Jan 2021 08:40:18 -0800 Subject: [PATCH] Update automation/greetings.yml --- automation/greetings.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/automation/greetings.yml b/automation/greetings.yml index cd3ebe2..ebb00a0 100644 --- a/automation/greetings.yml +++ b/automation/greetings.yml @@ -9,5 +9,5 @@ jobs: - uses: actions/first-interaction@v1 with: repo-token: ${{ secrets.GITHUB_TOKEN }} - issue-message: 'Message that will be displayed on users' - pr-message: 'Message that will be displayed on users' + issue-message: 'Message that will be displayed on users first issue' + pr-message: 'Message that will be displayed on users first pull request'