Skip to content

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/welcome.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77
jobs:
88
run:
99
runs-on: ubuntu-latest
10+
permissions:
11+
issues: write
12+
pull-requests: write
1013
steps:
1114
- uses: wow-actions/welcome@v1
1215
with:
@@ -19,4 +22,4 @@ jobs:
1922
FIRST_PR_MERGED: |
2023
🎉 @{{ author }}
2124
Congrats on merging your first pull request! @pantheon-systems/docs-admins is appreciates your contribution!!
22-
STAR_MESSAGE: If you like this project, please ⭐star⭐ our repo.
25+
STAR_MESSAGE: If you like this project, please ⭐star⭐ our repo.

0 commit comments

Comments
 (0)