Skip to content

Commit d11c5d5

Browse files
authored
Refactor first-interaction workflow configuration (#597)
Updated the first interaction workflow to use a specific version of the action and modified the input parameters.
1 parent bca36a9 commit d11c5d5

1 file changed

Lines changed: 9 additions & 4 deletions

File tree

.github/workflows/first-interaction.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
name: First Interaction
23

34
on:
@@ -8,21 +9,25 @@ on:
89
types:
910
- opened
1011

12+
permissions:
13+
issues: write
14+
pull-requests: write
15+
1116
jobs:
1217
welcome:
1318
runs-on: ubuntu-latest
1419
steps:
1520
- name: First Interaction
16-
uses: actions/first-interaction@v3
21+
uses: actions/first-interaction@1c4688942c71f71d4f5502a26ea67c331730fa4d # v3.1.0
1722
with:
18-
repo-token: ${{ secrets.GITHUB_TOKEN }}
19-
issue-message: |
23+
repo_token: ${{ secrets.GITHUB_TOKEN }}
24+
issue_message: |
2025
Welcome to our open-source community, and thank you for opening your first issue! 🎉
2126
2227
We're thrilled to have you here. If you have any questions or need assistance, feel free to ask. Your contributions are valued and appreciated.
2328
2429
Happy coding! 🚀
25-
pr-message: |
30+
pr_message: |
2631
Hey there! 👋 Thanks for submitting your first pull request. We're excited to see your contribution to our project.
2732
2833
If you have any questions, need help, or want feedback, please don't hesitate to reach out. Your efforts make our community stronger.

0 commit comments

Comments
 (0)