Skip to content

Commit 8561415

Browse files
authored
Merge pull request #247 from microcks/bot/update-global-workflow-master-efba7454a8876e7fb4f6304fe965d958a1a1b925
ci: update WELCOME-NEW-USERS workflow from global .github repo Signed-off-by: microcks-bot <info@microcks.io>
2 parents 1f16520 + b94f3c0 commit 8561415

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/welcome-new-users.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
if: github.event_name == 'pull_request_target' && github.event.action == 'opened'
5050
runs-on: ubuntu-latest
5151
permissions:
52-
issues: write
52+
pull-requests: write
5353
steps:
5454
- uses: wow-actions/welcome@68019c2c271561f63162fea75bb7707ef8a02c85 # To pin v1.3.1
5555
with:
@@ -67,7 +67,7 @@ jobs:
6767
if: github.event_name == 'pull_request_target' && github.event.action == 'closed' && github.event.pull_request.merged == true
6868
runs-on: ubuntu-latest
6969
permissions:
70-
issues: write
70+
pull-requests: write
7171
steps:
7272
- uses: wow-actions/welcome@68019c2c271561f63162fea75bb7707ef8a02c85 # To pin v1.3.1
7373
with:

0 commit comments

Comments
 (0)