Skip to content

Commit

Permalink
Update welcome-new-users.yml
Browse files Browse the repository at this point in the history
Fix #29 

Signed-off-by: Yacine Kheddache <[email protected]>
  • Loading branch information
yada authored Nov 4, 2024
1 parent 3858e88 commit 8e79167
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/welcome-new-users.yml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

Expand Down

0 comments on commit 8e79167

Please sign in to comment.