From 8098f10067f10ea6e5134855de65647f12fbb78d Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Fri, 19 Jun 2026 12:46:26 +0000 Subject: [PATCH 1/2] ci: update of files from global .github repo --- .github/workflows/welcome-first-time-contrib.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/welcome-first-time-contrib.yml b/.github/workflows/welcome-first-time-contrib.yml index 57c5f00e..a98263a7 100644 --- a/.github/workflows/welcome-first-time-contrib.yml +++ b/.github/workflows/welcome-first-time-contrib.yml @@ -4,9 +4,9 @@ name: Welcome first time contributors on: - pull_request: - types: - - opened + pull_request_target: # Needed to write welcome comments on fork PRs; script only uses the GitHub API. + types: + - opened # zizmor: ignore[dangerous-triggers] issues: types: - opened From 0d8b29ce14b1484f5262b74b48fec57faf9b78b7 Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Sat, 11 Jul 2026 04:05:35 +0000 Subject: [PATCH 2/2] ci: update of files from global .github repo --- .github/workflows/welcome-first-time-contrib.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/welcome-first-time-contrib.yml b/.github/workflows/welcome-first-time-contrib.yml index a98263a7..12983077 100644 --- a/.github/workflows/welcome-first-time-contrib.yml +++ b/.github/workflows/welcome-first-time-contrib.yml @@ -18,7 +18,7 @@ permissions: jobs: welcome: name: Post welcome message - if: ${{ !contains(fromJson('["asyncapi-bot", "dependabot[bot]", "dependabot-preview[bot]", "allcontributors[bot]"]'), github.actor) }} # zizmor: ignore[obfuscation] + if: ${{ !contains(fromJson('["asyncapi-bot", "dependabot[bot]", "dependabot-preview[bot]", "allcontributors[bot]"]'), github.event.issue.user.login || github.event.pull_request.user.login) }} # zizmor: ignore[obfuscation] runs-on: ubuntu-latest permissions: contents: read # Required to read repository data for checking if it's the user's first contribution