From 8812a837bb74fef7c8769ceddd843f29a04efc57 Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Fri, 19 Jun 2026 12:43:15 +0000 Subject: [PATCH] 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