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
{{ message }}
This repository was archived by the owner on Jul 4, 2026. It is now read-only.
Copy file name to clipboardExpand all lines: .github/workflows/welcome.yml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -14,16 +14,16 @@ jobs:
14
14
pull-requests: write
15
15
steps:
16
16
- name: Greet First-Time Contributors
17
-
uses: actions/first-interaction@v1
17
+
uses: actions/first-interaction@v3
18
18
with:
19
-
repo-token: ${{ secrets.GITHUB_TOKEN }}
20
-
issue-message: |
19
+
repo_token: ${{ secrets.GITHUB_TOKEN }}
20
+
issue_message: |
21
21
👋 Hello @${{ github.actor }}!
22
22
23
23
Thank you for opening your first issue here! We appreciate your contribution and will review it as soon as possible. In the meantime, please check out our [contributing guidelines](https://github.com/gaureshpai/create-next-quick/blob/main/CONTRIBUTING.md) for more information.
24
24
25
25
We're excited to have you in our community!
26
-
pr-message: |
26
+
pr_message: |
27
27
🎉 Welcome, @${{ github.actor }}!
28
28
29
29
Thank you for submitting your first Pull Request to our repository! We're thrilled to see your contribution. Our team will review it shortly.
0 commit comments