Skip to content
This repository was archived by the owner on Jul 4, 2026. It is now read-only.

Commit fbe3567

Browse files
committed
2 parents 9e9f868 + aab91f4 commit fbe3567

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

.github/workflows/welcome.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,17 @@ jobs:
1414
pull-requests: write
1515
steps:
1616
- name: Greet First-Time Contributors
17-
uses: actions/first-interaction@v1
17+
uses: actions/first-interaction@v3
1818
with:
19-
issue-message: |
20-
👋 Hello @{{ github.actor }}!
19+
repo_token: ${{ secrets.GITHUB_TOKEN }}
20+
issue_message: |
21+
👋 Hello @${{ github.actor }}!
2122
2223
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.
2324
2425
We're excited to have you in our community!
25-
pr-message: |
26-
🎉 Welcome, @{{ github.actor }}!
26+
pr_message: |
27+
🎉 Welcome, @${{ github.actor }}!
2728
2829
Thank you for submitting your first Pull Request to our repository! We're thrilled to see your contribution. Our team will review it shortly.
2930

0 commit comments

Comments
 (0)