We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 849beb2 commit b6486a1Copy full SHA for b6486a1
.github/workflows/welcome-new-users.yml
@@ -46,7 +46,7 @@ jobs:
46
if: github.event_name == 'pull_request' && github.event.action == 'opened'
47
runs-on: ubuntu-latest
48
permissions:
49
- pull-requests: write
+ issues: write
50
steps:
51
- uses: wow-actions/welcome@68019c2c271561f63162fea75bb7707ef8a02c85 # To pin v1.3.1
52
with:
@@ -64,7 +64,7 @@ jobs:
64
if: github.event_name == 'pull_request' && github.event.action == 'closed' && github.event.pull_request.merged == true
65
66
67
68
69
70
0 commit comments