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 7e75e46 commit 30ffa0fCopy full SHA for 30ffa0f
.github/workflows/welcome-new-users.yml
@@ -49,7 +49,7 @@ jobs:
49
if: github.event_name == 'pull_request_target' && github.event.action == 'opened'
50
runs-on: ubuntu-latest
51
permissions:
52
- issues: write
+ pull-requests: write
53
steps:
54
- uses: wow-actions/welcome@68019c2c271561f63162fea75bb7707ef8a02c85 # To pin v1.3.1
55
with:
@@ -67,7 +67,7 @@ jobs:
67
if: github.event_name == 'pull_request_target' && github.event.action == 'closed' && github.event.pull_request.merged == true
68
69
70
71
72
73
0 commit comments