From bb407e28432e0a410d21b97d9d74b9ee69d0978a Mon Sep 17 00:00:00 2001 From: kramaranya Date: Fri, 3 Oct 2025 18:52:47 +0100 Subject: [PATCH] fix(ci): Fix first-time PR welcome workflow Signed-off-by: kramaranya --- .github/workflows/welcome-new-contributors.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/welcome-new-contributors.yaml b/.github/workflows/welcome-new-contributors.yaml index 8a71091b..bdbf9848 100644 --- a/.github/workflows/welcome-new-contributors.yaml +++ b/.github/workflows/welcome-new-contributors.yaml @@ -1,7 +1,7 @@ name: Welcome new contributors on: - pull_request_target: + pull_request: types: - opened @@ -13,8 +13,8 @@ jobs: steps: - uses: actions/first-interaction@v3 with: - repo-token: ${{ secrets.GITHUB_TOKEN }} - pr-message: | + repo_token: ${{ secrets.GITHUB_TOKEN }} + pr_message: | 🎉 **Welcome to the Kubeflow SDK!** 🎉 Thanks for opening your first PR! We're happy to have you as part of our community 🚀