From 321d8030420d9fda0e34d740de358c9937d63559 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 27 Mar 2026 10:35:20 +0000 Subject: [PATCH 1/2] Initial plan From d4eba6adddc929029ec3f14fd1c0ab3fdab5b17d Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 27 Mar 2026 10:37:57 +0000 Subject: [PATCH 2/2] fix(welcome): switch to pull_request trigger and fix PR job permissions Agent-Logs-Url: https://github.com/microcks/.github/sessions/05b95b17-2ddc-4755-a486-63a83d122a55 Co-authored-by: yada <552526+yada@users.noreply.github.com> --- .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: