From 8e7916730e383942a3e286898462be398c5eadfc Mon Sep 17 00:00:00 2001 From: Yacine Kheddache Date: Mon, 4 Nov 2024 15:22:55 +0100 Subject: [PATCH] Update welcome-new-users.yml Fix #29 Signed-off-by: Yacine Kheddache --- .github/workflows/welcome-new-users.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/welcome-new-users.yml b/.github/workflows/welcome-new-users.yml index f333f14..57d83c5 100644 --- a/.github/workflows/welcome-new-users.yml +++ b/.github/workflows/welcome-new-users.yml @@ -1,4 +1,4 @@ -# Welcome new users by creating a comment in the first time issue/PR. +# Welcome new users by commenting on the first-time issue/PR. # Adding a friendly message in the comment to tip non-stargazers to star our repo. # # Props to https://github.com/wow-actions/welcome @@ -15,8 +15,7 @@ jobs: if: ${{ !contains(fromJson('["dependabot[bot]", "dependabot-preview[bot]", "allcontributors[bot]"]'), github.actor) }} runs-on: ubuntu-latest steps: - #- uses: wow-actions/welcome@v1 - - uses: wow-actions/welcome@72817eb31cda1de60f51893d80e2e82ce57f7e76 # To pin v1.3.0 + - uses: wow-actions/welcome@68019c2c271561f63162fea75bb7707ef8a02c85 # To pin v1.3.1 with: # GitHub token as default GITHUB_TOKEN