We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04eeb94 commit 25c32c0Copy full SHA for 25c32c0
.github/workflows/welcome.yml
@@ -7,6 +7,9 @@ on:
7
jobs:
8
run:
9
runs-on: ubuntu-latest
10
+ permissions:
11
+ issues: write
12
+ pull-requests: write
13
steps:
14
- uses: wow-actions/welcome@v1
15
with:
@@ -19,4 +22,4 @@ jobs:
19
22
FIRST_PR_MERGED: |
20
23
🎉 @{{ author }}
21
24
Congrats on merging your first pull request! @pantheon-systems/docs-admins is appreciates your contribution!!
- 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