Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/welcome-new-contributors.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Welcome new contributors

on:
pull_request_target:
pull_request:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need to add permissions: to write to the issue ?
https://github.com/actions/first-interaction?tab=readme-ov-file#usage

types:
- opened

Expand All @@ -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 🚀
Expand Down
Loading