From 5d2bfad233162c43e29c913264833696013c396f Mon Sep 17 00:00:00 2001 From: ukanade13 <140963251+ukanade13@users.noreply.github.com> Date: Mon, 23 Oct 2023 18:58:49 +0530 Subject: [PATCH] Update welcome-new-contributors.yaml --- .github/workflows/welcome-new-contributors.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/welcome-new-contributors.yaml b/.github/workflows/welcome-new-contributors.yaml index 57cdce3..722a49b 100644 --- a/.github/workflows/welcome-new-contributors.yaml +++ b/.github/workflows/welcome-new-contributors.yaml @@ -20,3 +20,7 @@ jobs: pr-message: > Hi @contributor_name! Welcome to our community and thank you for opening your first Pull Request. Someone will review it soon. Thank you for committing to making Daily Selfie better. + bot_token: ${{ secrets.BOT_ACCESS_TOKEN }} + is-oauth-token: true + issue-message-for-bot: 'Hello there, thanks for opening your first issue. We welcome you to the community!' + pr-message-for-bot: 'Hello there, thanks for opening your first Pull Request. Someone will review it soon.'