fix[CI]: fix first interaction workflow (#12247)

Signed-off-by: droctothorpe <mythicalsunlight@gmail.com>
This commit is contained in:
Alex 2025-09-16 10:51:37 -04:00 committed by GitHub
parent 638398f60b
commit ffaeeda3da
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 12 additions and 6 deletions

View File

@ -1,17 +1,23 @@
name: First interaction
on: [pull_request_target, issues]
on:
pull_request:
types:
- opened
permissions:
contents: read
pull-requests: write
jobs:
greeting:
name: Greet first-time contributors
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: actions/first-interaction@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
pr-message: "🎉 Welcome! Thanks for making your first pull request to Kubeflow Pipelines! Contributors like ⭐ you ⭐ are what make this project possible! Please make sure to read the [contributing guidelines](https://github.com/kubeflow/pipelines/blob/master/CONTRIBUTING.md)."
repo_token: ${{ secrets.GITHUB_TOKEN }}
pr_message: |
🎉 Welcome! Thanks for making your first pull request to Kubeflow Pipelines! Contributors like ⭐ you ⭐ are what make this project possible!
Please make sure to read the [contributing guidelines](https://github.com/kubeflow/pipelines/blob/master/CONTRIBUTING.md).