We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c18ddda commit 3bed933Copy full SHA for 3bed933
.github/workflows/welcome-new-contributors.yaml
@@ -19,8 +19,8 @@ jobs:
19
steps:
20
- uses: actions/first-interaction@v3
21
with:
22
- repo-token: ${{ secrets.GITHUB_TOKEN }}
23
- issue-message: |
+ repo_token: ${{ secrets.GITHUB_TOKEN }}
+ issue_message: |
24
🎉 **Welcome to the Kubeflow Trainer!** 🎉
25
26
Thanks for opening your first issue! We're happy to have you as part of our community 🚀
@@ -37,7 +37,7 @@ jobs:
37
Feel free to ask questions in the comments if you need any help or clarification!
38
Thanks again for contributing to Kubeflow! 🙏
39
40
- pr-message: |
+ pr_message: |
41
42
43
Thanks for opening your first PR! We're happy to have you as part of our community 🚀
0 commit comments