From b94f3c065ee58b5b4fe89c6ed8febcd78ab090a6 Mon Sep 17 00:00:00 2001 From: microcks-bot Date: Sat, 28 Mar 2026 11:15:25 +0000 Subject: [PATCH] ci: update WELCOME-NEW-USERS workflow from global .github repo Signed-off-by: microcks-bot --- .github/workflows/welcome-new-users.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/welcome-new-users.yml b/.github/workflows/welcome-new-users.yml index d664a1b..aadeb0c 100644 --- a/.github/workflows/welcome-new-users.yml +++ b/.github/workflows/welcome-new-users.yml @@ -49,7 +49,7 @@ jobs: if: github.event_name == 'pull_request_target' && github.event.action == 'opened' runs-on: ubuntu-latest permissions: - issues: write + pull-requests: write steps: - uses: wow-actions/welcome@68019c2c271561f63162fea75bb7707ef8a02c85 # To pin v1.3.1 with: @@ -67,7 +67,7 @@ jobs: if: github.event_name == 'pull_request_target' && github.event.action == 'closed' && github.event.pull_request.merged == true runs-on: ubuntu-latest permissions: - issues: write + pull-requests: write steps: - uses: wow-actions/welcome@68019c2c271561f63162fea75bb7707ef8a02c85 # To pin v1.3.1 with: