Skip to content

Commit 442ed96

Browse files
authored
Fix first-interaction.yml add workflow permissions (#334)
1 parent d44fa72 commit 442ed96

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/first-interaction.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ on:
55
types: [opened]
66

77
permissions:
8-
contents: read
8+
issues: write
9+
pull-requests: write
910

1011
jobs:
1112
welcome:
@@ -14,6 +15,8 @@ jobs:
1415
- name: Welcome Message
1516
uses: actions/first-interaction@v3
1617
with:
18+
issue_message: |
19+
Thanks for opening this issue! We appreciate your contribution.
1720
pr_message: |
1821
🎉 Welcome to our project, @{{ github.actor }}! Thank you for contributing!
1922
We’re glad to have you here. If you have any questions, feel free to ask!

0 commit comments

Comments
 (0)