Skip to content

Commit 9caa8bc

Browse files
chore: add welcome workflow for new contributors (#2595)
* chore: add welcome workflow for new contributors Signed-off-by: Aniket Patil <aniketpatil2027@gmail.com> * chore: keep welcome workflow consistent Signed-off-by: Aniket Patil <aniketpatil2027@gmail.com> * chore: update welcome workflow links based on maintainer feedback Signed-off-by: Aniket Patil <aniketpatil2027@gmail.com> --------- Signed-off-by: Aniket Patil <aniketpatil2027@gmail.com>
1 parent 2360c6f commit 9caa8bc

1 file changed

Lines changed: 46 additions & 0 deletions

File tree

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
name: Welcome new contributors
2+
3+
on:
4+
pull_request_target:
5+
types: [opened]
6+
issues:
7+
types: [opened]
8+
9+
permissions:
10+
contents: write
11+
issues: write
12+
pull-requests: write
13+
14+
jobs:
15+
welcome:
16+
runs-on: ubuntu-latest
17+
steps:
18+
- uses: actions/first-interaction@v3
19+
with:
20+
repo_token: ${{ secrets.GITHUB_TOKEN }}
21+
22+
issue_message: |
23+
πŸŽ‰ **Welcome to the Kubeflow Katib repo!** πŸŽ‰
24+
25+
Thanks for opening your first issue! We're happy to have you as part of our community πŸš€
26+
27+
**Next steps:**
28+
- Our team will review your issue soon! cc @kubeflow/wg-automl-leads
29+
- 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/)
30+
- Join the Kubeflow Slack channels: https://www.kubeflow.org/docs/about/community/#kubeflow-slack-channels
31+
- Join the AutoML & Training WG meetings: https://bit.ly/2PWVCkV
32+
33+
Feel free to ask questions in the comments. Thanks again for contributing! πŸ™
34+
35+
pr_message: |
36+
πŸŽ‰ **Welcome to the Kubeflow Katib repo!** πŸŽ‰
37+
38+
Thanks for opening your first PR! We're excited to have you onboard πŸš€
39+
40+
**Next steps:**
41+
- Our team will review your PR soon! cc @kubeflow/wg-automl-leads
42+
- 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/)
43+
- Join the Kubeflow Slack channels: https://www.kubeflow.org/docs/about/community/#kubeflow-slack-channels
44+
- Join the AutoML & Training WG meetings: https://bit.ly/2PWVCkV
45+
46+
Feel free to ask questions in the comments. Thanks again for contributing! πŸ™

0 commit comments

Comments
Β (0)