-
Notifications
You must be signed in to change notification settings - Fork 22
30 lines (24 loc) · 1.03 KB
/
welcome.yml
File metadata and controls
30 lines (24 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
name: Welcome New Contributors
on:
pull_request:
types: [opened]
jobs:
welcome:
runs-on: ubuntu-latest
steps:
- name: Welcome new contributor
uses: peter-evans/create-or-update-comment@v4
with:
issue-number: ${{ github.event.pull_request.number }}
body: |
🎉 Thank you for your contribution to the LLM Tutorial Collection!
Your help makes this resource better for everyone learning about Large Language Models.
**Review Process:**
- ✅ Automated checks will validate your notebook
- 👀 A maintainer will review your contribution
- 🚀 Once approved, your changes will be merged
While you wait, feel free to:
- ⭐ Star this repository if you haven't already
- 📺 Subscribe to the [YouTube channel](https://www.youtube.com/@atefataya)
- 🐦 Follow [@atef_ataya](https://twitter.com/atef_ataya) for updates
Thank you for being awesome! 🙏