Skip to content

Commit a0c001a

Browse files
authored
update perms for workflow
1 parent 24c22bd commit a0c001a

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

.github/workflows/welcome.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: New Contributor Welcome
22

33
permissions:
4+
actions: write
5+
checks: write
6+
contents: write
47
issues: write
58
pull-requests: write
69

@@ -14,24 +17,24 @@ jobs:
1417
greet_new_contributor:
1518
runs-on: ubuntu-latest
1619
steps:
17-
- uses: wow-actions/welcome@v1.3.1
20+
- uses: bubkoo/welcome-action@v1
1821
with:
1922
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2023
FIRST_ISSUE_REACTIONS: "+1, hooray, rocket, heart"
2124
FIRST_ISSUE: >
2225
👋 Greetings @{{ author }}!
23-
26+
2427
We're thrilled to see you opening your first issue! Your input is invaluable to us. Don’t forget to adhere to our issue template for the best experience.
2528
2629
FIRST_PR: >
2730
👋 Welcome aboard, @{{ author }}!
28-
31+
2932
We're delighted to have your first pull request! Please take a moment to check our contributing guidelines to ensure a smooth process.
3033
3134
FIRST_PR_MERGED: >
3235
🎉 Kudos @{{ author }}!
33-
36+
3437
You've just merged your first pull request! We're excited to have you in our community. Keep up the fantastic contributions!
35-
STAR_MESSAGE: If you enjoy this project, please consider ⭐ starring ⭐ our repository!
38+
STAR_MESSAGE: If you enjoy this project, please consider ⭐ starring ⭐ this repository!
3639
env:
3740
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)