chore(deps): bump @tootallnate/once, @angular-eslint/schematics and @angular/cli in /pkg/ui/v1beta1/frontend #38
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: write | |
| 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 Katib repo!** π | |
| Thanks for opening your first issue! We're happy to have you as part of our community π | |
| **Next steps:** | |
| - Our team will review your issue soon! cc @kubeflow/wg-automl-leads | |
| - Check out the [Contributing Guide](https://github.com/kubeflow/katib/blob/master/CONTRIBUTING.md) and the [Kubeflow Contributor Guide](https://www.kubeflow.org/docs/about/contributing/) | |
| - Join the Kubeflow Slack channels: https://www.kubeflow.org/docs/about/community/#kubeflow-slack-channels | |
| - Join the AutoML & Training WG meetings: https://bit.ly/2PWVCkV | |
| Feel free to ask questions in the comments. Thanks again for contributing! π | |
| pr_message: | | |
| π **Welcome to the Kubeflow Katib repo!** π | |
| Thanks for opening your first PR! We're excited to have you onboard π | |
| **Next steps:** | |
| - Our team will review your PR soon! cc @kubeflow/wg-automl-leads | |
| - Check out the [Contributing Guide](https://github.com/kubeflow/katib/blob/master/CONTRIBUTING.md) and the [Kubeflow Contributor Guide](https://www.kubeflow.org/docs/about/contributing/) | |
| - Join the Kubeflow Slack channels: https://www.kubeflow.org/docs/about/community/#kubeflow-slack-channels | |
| - Join the AutoML & Training WG meetings: https://bit.ly/2PWVCkV | |
| Feel free to ask questions in the comments. Thanks again for contributing! π |