From c7bbfff47594a92c562d75ba1bab786e538ccba4 Mon Sep 17 00:00:00 2001 From: Evan Rusackas Date: Sat, 30 May 2026 20:39:38 -0700 Subject: [PATCH] fix(ci): gate welcome message on first-time contributor association (#40543) Co-authored-by: Claude Sonnet 4.6 --- .github/workflows/welcome-new-users.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/welcome-new-users.yml b/.github/workflows/welcome-new-users.yml index 090281153d3..d30215da393 100644 --- a/.github/workflows/welcome-new-users.yml +++ b/.github/workflows/welcome-new-users.yml @@ -7,6 +7,7 @@ on: jobs: welcome: runs-on: ubuntu-24.04 + if: github.event.pull_request.author_association == 'FIRST_TIME_CONTRIBUTOR' permissions: pull-requests: write