chore(deps): bump transformers from 5.4.0 to 5.5.0 in /cmd/runtimes/deepspeed #396
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Welcome New Contributors | |
| on: | |
| pull_request_target: | |
| types: | |
| - opened | |
| issues: | |
| types: | |
| - opened | |
| permissions: | |
| contents: read | |
| issues: write | |
| pull-requests: write | |
| jobs: | |
| welcome: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/first-interaction@v3 | |
| with: | |
| repo_token: ${{ secrets.GITHUB_TOKEN }} | |
| issue_message: | | |
| 🎉 **Welcome to the Kubeflow Trainer!** 🎉 | |
| Thanks for opening your first issue! We're happy to have you as part of our community 🚀 | |
| **Here's what happens next:** | |
| - Our team will review your issue soon! cc @kubeflow/kubeflow-trainer-team | |
| - If you'd like to contribute to this issue, check out our [Contributing Guide](https://github.com/kubeflow/trainer/blob/master/CONTRIBUTING.md) for repo-specific guidelines and the [Kubeflow Contributor Guide](https://www.kubeflow.org/docs/about/contributing/) for general community standards. | |
| **Join the community:** | |
| - **Slack**: Join our [#kubeflow-trainer](https://www.kubeflow.org/docs/about/community/#kubeflow-slack-channels) Slack channel. | |
| - **Meetings**: Attend the [Kubeflow AutoML and Training Working Group](https://bit.ly/2PWVCkV) bi-weekly meetings. | |
| Feel free to ask questions in the comments if you need any help or clarification! | |
| Thanks again for contributing to Kubeflow! 🙏 | |
| pr_message: | | |
| 🎉 **Welcome to the Kubeflow Trainer!** 🎉 | |
| Thanks for opening your first PR! We're happy to have you as part of our community 🚀 | |
| **Here's what happens next:** | |
| - If you haven't already, please check out our [Contributing Guide](https://github.com/kubeflow/trainer/blob/master/CONTRIBUTING.md) for repo-specific guidelines and the [Kubeflow Contributor Guide](https://www.kubeflow.org/docs/about/contributing/) for general community standards. | |
| - Our team will review your PR soon! cc @kubeflow/kubeflow-trainer-team | |
| **Join the community:** | |
| - **Slack**: Join our [#kubeflow-trainer](https://www.kubeflow.org/docs/about/community/#kubeflow-slack-channels) Slack channel. | |
| - **Meetings**: Attend the [Kubeflow AutoML and Training Working Group](https://bit.ly/2PWVCkV) bi-weekly meetings. | |
| Feel free to ask questions in the comments if you need any help or clarification! | |
| Thanks again for contributing to Kubeflow! 🙏 |