From 734626a4d68f75cdc9f773f7f8512c3e787f9ce6 Mon Sep 17 00:00:00 2001 From: microcks-bot Date: Fri, 27 Mar 2026 10:48:27 +0000 Subject: [PATCH] ci: update WELCOME-NEW-USERS workflow from global .github repo Signed-off-by: microcks-bot --- .github/workflows/welcome-new-users.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/welcome-new-users.yml b/.github/workflows/welcome-new-users.yml index d664a1b..08730e4 100644 --- a/.github/workflows/welcome-new-users.yml +++ b/.github/workflows/welcome-new-users.yml @@ -8,7 +8,7 @@ name: Welcome New Users with Thanks and Tip non-stargazers ;-) on: issues: types: [opened] - pull_request_target: + pull_request: types: [opened, closed] # Explicitly disable all default GITHUB_TOKEN permissions at the workflow level. @@ -46,10 +46,10 @@ jobs: 🙏 It really helps the project to gain momentum and credibility. It's a small contribution back to the project with a big impact. welcome-pr-opened: - if: github.event_name == 'pull_request_target' && github.event.action == 'opened' + if: github.event_name == 'pull_request' && 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: @@ -64,10 +64,10 @@ jobs: Hope you have a great time there! welcome-pr-merged: - if: github.event_name == 'pull_request_target' && github.event.action == 'closed' && github.event.pull_request.merged == true + if: github.event_name == 'pull_request' && 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: