You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/contributor_welcome.yml
+4-4
Original file line number
Diff line number
Diff line change
@@ -10,20 +10,20 @@ jobs:
10
10
greet_new_contributor:
11
11
runs-on: ubuntu-latest
12
12
steps:
13
-
- uses: bubkoo/welcome-action@v1
13
+
- uses: wow-actions/welcome@v1
14
14
with:
15
15
GITHUB_TOKEN: ${{ secrets.ACTIONS_SECRET }}
16
-
INITIAL_ISSUE: >
16
+
FIRST_ISSUE: >
17
17
👋 Greetings @{{ author }}!
18
18
19
19
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.
20
20
21
-
INITIAL_PR: >
21
+
FIRST_PR: >
22
22
👋 Welcome aboard, @{{ author }}!
23
23
24
24
We're delighted to have your first pull request! Please take a moment to check our contributing guidelines to ensure a smooth process.
25
25
26
-
FIRST_PR_COMPLETED: >
26
+
FIRST_PR_MERGED: >
27
27
🎉 Kudos @{{ author }}!
28
28
29
29
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