Skip to content

Commit 3c61a55

Browse files
authored
Minior bug fixes
1 parent a01f673 commit 3c61a55

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/contributor_welcome.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,20 @@ jobs:
1010
greet_new_contributor:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: bubkoo/welcome-action@v1
13+
- uses: wow-actions/welcome@v1
1414
with:
1515
GITHUB_TOKEN: ${{ secrets.ACTIONS_SECRET }}
16-
INITIAL_ISSUE: >
16+
FIRST_ISSUE: >
1717
👋 Greetings @{{ author }}!
1818
1919
We're thrilled to see you opening your first issue! Your input is invaluable to us. Don’t forget to adhere to our issue template for the best experience.
2020
21-
INITIAL_PR: >
21+
FIRST_PR: >
2222
👋 Welcome aboard, @{{ author }}!
2323
2424
We're delighted to have your first pull request! Please take a moment to check our contributing guidelines to ensure a smooth process.
2525
26-
FIRST_PR_COMPLETED: >
26+
FIRST_PR_MERGED: >
2727
🎉 Kudos @{{ author }}!
2828
2929
You've just merged your first pull request! We're excited to have you in our community. Keep up the fantastic contributions!

0 commit comments

Comments
 (0)