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

Commit 4e19450

Browse files
authored
bump welcome to v3
1 parent a9f83af commit 4e19450

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/welcome.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@ 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-
repo-token: ${{ secrets.GITHUB_TOKEN }}
20-
issue-message: |
19+
repo_token: ${{ secrets.GITHUB_TOKEN }}
20+
issue_message: |
2121
👋 Hello @${{ github.actor }}!
2222
2323
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.
2424
2525
We're excited to have you in our community!
26-
pr-message: |
26+
pr_message: |
2727
🎉 Welcome, @${{ github.actor }}!
2828
2929
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

Comments
 (0)